Binary clock

From Wikipedia, the free encyclopedia

A binary clock is a clock which displays traditional sexagesimal time in a binary format. Originally, it showed each decimal digit of sexagesimal time as a binary value, but presently true binary clocks also exist. Most binary clocks are digital, although analog varieties exist.

Contents

[edit] Binary-coded decimal clocks

Reading a BCD clock: Add the values of each column of LEDs to get six decimal digits. There are two columns each for hours, minutes, and seconds.
Reading a BCD clock: Add the values of each column of LEDs to get six decimal digits. There are two columns each for hours, minutes, and seconds.

As of 2007, the most common binary clock sold is designed by Anelace Inc., and uses six columns of LEDs to represent zeros and ones. Each column represents a single decimal digit, a format known as binary-coded decimal (BCD). The bottom row in each column represents 1 (or 20), with each row above representing higher powers of two, up to 23 (or 8). To read each individual digit in the time, the user adds the values that each illuminated LED represents, then reads these from left to right. The first two columns represent the hour, the next two represent the minute, and the last two represent the second. Since zero digits are not illuminated, this clock is not usable in the dark.

To read a BCD clock add the values of each column of LEDs to get six decimal digits. This gives two decimal digits each for hours, minutes, and seconds.

[edit] True binary

The latest version of the Anelace Inc. binary clock can also use just true binary to give the time (one number each for hours, minutes, and seconds) rather than six numbers for the decimal digits of the time units. Numbers are then displayed horizontally:

Time Technology's Samui Moon true binary wristwatch
Time Technology's Samui Moon true binary wristwatch
          Hours    Minutes    Seconds
         -------   -------    -------
     32 |              1          1
     16 |              0          1
      8 |    1         0          0
      4 |    0         1          0
      2 |    1         0          0
      1 |    0         1          1
         ============================
 decimal:   10    :   37    :    49
A binary clock circuit displaying 00:08:04
A binary clock circuit displaying 00:08:04

The above display uses three binary number columns, one for each of the units (hours, minutes, seconds) of the conventional time system.

[edit] See also

[edit] External links