Binary Clock

00:00:00

BCD Mode (Binary-Coded Decimal)

Each decimal digit of hours, minutes, and seconds is shown as its binary representation. Two columns per unit — tens and ones.

Example: 14:30:59 → H: 0001 0100 | M: 0011 0000 | S: 0101 1001