The following three odometers always show the same number, but they are written out differently in different number systems:

Decimal (Normal, base-10 with digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9)
Binary (base-2 with digits 0, 1):
Hexadecimal (base-16 with digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F):


To learn the math to convert between number systems, check out the Wiki page for hexadecimal.








Learn to program by making games with these free books.

Gavin Brock's CSS/JavaScript Animated Odometer