Hexadecimal is a number system with a base value of 16. Hexadecimal numbers use 16 symbols or digital values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. A, B, C, D, E, and F represent 10, 11, 12, 13, 14, and 15 in single-bit form. If you see an “0x” as Prefix, it indicates the number is in Hexadecimal. For example, 0x3A The position of each digit in a Hexadecimal number has a weight of 16 to the power of its position.