Express binary to8BitString(Dec) in hexadecimal (base 16) notation. (drop leading zeroes and no spaces)
Working right to left, convert 4-bit chunks into a hexadecimal digit.
The answer is Dec.toString(16).toUpperCase()