Hexadecimal (hex) is a base-16 number system, which requires
16 digits:
0 1 2 3 4 5 6 7 8 9 A B C D E F
Hex is convenient for representing binary data because 16 =
24 is an exact power of 2. Therefore, each hex digit is
can be represented by four binary digits (bits).