Integer encoder: Hex to 8, 16, 32-bit (un)signed integers

In computer science, an integer is a data type that represents mathematical integers. They may be of different sizes and may or may not be allowed to contain negative values. In a computer they are commonly represented as a group of binary digits.