how many different digits are used in the hexadecimal number system?
The hexadecimal number system uses 16 different digits.
In hex, these digits are:
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F.
That’s why we say hexadecimal is a base-16 system: it has 16 possible single- digit symbols.