Cipher methods Symbols
7-Segment Display
The seven-segment display is the universal LED display found since the 1970s on every digital device of daily life: alarm clocks, calculators, microwaves, scales, motorway information panels. Seven bars arranged in a figure-eight (six rectangles forming the outline + a horizontal centre bar) light up in standardised combinations to form digits 0-9.
Since the grid can also form some Latin letters (A, B, C, E, F, H, L, P, U…) with varying fidelity, programmers and hackers quickly extended the convention to a full alphabet mixing upper case, lower case and approximations. It’s the historical schoolyard trick of upside-down calculators: typing 0.7734 and flipping the calculator gives “hELLO”. 26 letters + 10 digits in the extended version distributed by dCode.
How does the alphabet work?
The cipher relies on a monoalphabetic substitution where each cleartext character (letter or digit) is replaced by the light pattern that best represents it on a 7-segment display. Same mechanic as the Caesar cipher (~50 BC), except the “key” is an industrial norm.
The table holds 36 patterns (26 letters + 10 digits). Digits follow the classical norm; letters mix upper case (A, C, E, F, H, J, L, P, U, Y) and lower case (b, c, d, h, n, o, q, r, t, u, y) depending on what the 7-segment grid can represent unambiguously.
Cryptographic strength: none. The goal was never cryptographic: it’s a display alphabet readable by everyone. On CipherChronicle, it serves as a decorative retro-digital cipher for escape rooms and “1980s computer” themed riddles.
Historical and modern usage
- Digital clocks — first consumer use since 1971.
- Calculators — historical trick of words hidden in flipped digits.
- Information panels — motorways, stations, lifts.
- Retro-tech escape rooms — ”80s computer room” decor.
Related variants
- Bibi-binary — see our entry, another numeric-graphic encoding.
- Cistercian numerals — see our entry, single-glyph numeration.
- Wingdings — see our entry, another typographic alphabet.
What are the weaknesses?
- Monoalphabetic substitution — frequency analysis is immediate.
- Visual ambiguities — S/5, B/8, O/0, I/1 indistinguishable.
- Public norm — documented in every electronics handbook.
The 36 patterns







































































