/ nat / binary clock
 
 

How To Read A Binary Clock

    H  H     M  M     S  S
     
     
     
     

The six columns in the binary clock above represent two digits for each of the following: hours, minutes, and seconds. From bottom to top, the circles have a number value of 1, 2, 4, 8. To read this binary clock simply add the values in each column.

For example: The following clock reads 10:27 and 59 seconds.
     
     
     
     
 1  0     2  7     5  9

8
4
2
1
H
0
0
0
1
1
H
0
0
0
0
0
: M
0
0
2
0
2
M
0
4
2
1
7
: S
0
4
0
1
5
S
8
0
0
1
9

Add each column to find the value of its digit.