binclock Open the binary clock

Binary Clock

Read the current time in binary — a live BCD binary clock with a decimal readout to help you learn.

A binary clock shows the time using columns of lit and unlit dots instead of digits. This one uses BCD (binary-coded decimal): six columns for the two digits each of hours, minutes and seconds. A decimal readout underneath shows the same time in normal numbers so you can check your reading as you learn.

How to read a BCD binary clock

Each column encodes one decimal digit. Reading top-to-bottom, the dots are worth 8, 4, 2 and 1; add up the lit dots in a column to get that digit. The two left columns are the hour, the middle two are minutes, and the right two are seconds. With a little practice you'll read it at a glance.

Guides about Binary Clock

More binclock pages

Frequently asked questions

What does BCD mean?
Binary-coded decimal — each decimal digit of the time (0–9) is shown as a 4-bit binary number in its own column, which is easier to read than pure binary.
How do I read it?
In each column the dots are worth 8, 4, 2 and 1 from top to bottom; add the lit ones to get the digit. Columns are HH:MM:SS left to right.
Is there a decimal readout?
Yes — the normal digital time is shown under the dots so you can check yourself while learning.