|
Base 16
A number
representation using the digits 0 through 9, with their usual meaning, plus the
letters A through F to represent hexadecimal digits with values of 10 to 15.
The right-most digit counts ones, the next counts multiples of 16, then
16^2=256, etc.
|