Hexadecimal Clock
Hex is an easier way to deal with binary. Four binary bits can be represented by one hex digit, which allows you to figure out the binary code in "chunks" of 4 bits.
The counting scheme can be a little confusing, especially when you start seeing letters!
Counting in hex goes like this: 0 1 2 3 4 5 6 7 8 9 A B C D E F
(A=10, B=11, C=12, D=13, E=14, and F=15).
Look below for the HEX clock...
Instructions: