E Is One Dot, Q Is Four Symbols — That's Not Random
In Morse code, E is a single dot (.) and T is a single dash (-). Q is (--.-) and Z is (--..). That's four symbols each, compared to one for E.
The arrangement wasn't arbitrary. When Samuel Morse was designing the code, he went to a printing house and counted the typeface inventory — whichever letters had the most physical type blocks were the most frequently used in English, so those got the shortest codes.
The result looks like this:
| Code length | Letters |
|---|---|
| 1 symbol | E (.), T (-) |
| 2 symbols | A, I, M, N |
| 3 symbols | D, G, K, O, R, S, U, W |
| 4 symbols | B, C, F, H, J, L, P, Q, V, X, Y, Z |
Compare that against actual English letter frequency: E (13%), T (9%), A (8%), O (7.5%), I (7%)... The most common letters consistently get shorter codes. It's not a perfect one-to-one match, but the overall pattern is unmistakable.
This is the same logic as Huffman Coding, invented more than a century later — assign shorter codes to more frequent symbols to minimize total transmission length. The difference is that Huffman coding derives the mathematically optimal solution, while Morse used a physical approximation by counting type blocks. For the 1800s, before information theory existed, that's genuinely impressive.
The efficiency gain is measurable. Sending a typical English text in Morse averages around 2.5 symbols per letter. If every letter used a fixed 4 symbols regardless of frequency, that average would be 4. The frequency-based design improves transmission efficiency by roughly 40%.
Timing Rules: Dots and Dashes Are More Than Shapes
In Morse code, dots and dashes aren't just two visual symbols — they follow strict timing rules:
- A dot lasts 1 time unit
- A dash lasts 3 time units
- The gap between symbols within the same letter is 1 time unit
- The gap between letters is 3 time units
- The gap between words is 7 time units
Morse code is fundamentally a time-based encoding — the ratios of signal duration and silence distinguish dots from dashes, letter boundaries from symbol gaps, and word boundaries from letter gaps. This is why manual keying takes skill. Poor timing makes it genuinely difficult for the receiver to tell whether a pause is within a letter or between letters.
SOS Doesn't Stand for Anything
SOS (...---...) is the international distress signal — but it's not an abbreviation. Not Save Our Ship, not Save Our Souls. Those phrases were retrofitted onto it afterward.
SOS was chosen because it's easy to send, easy to recognize, and hard to get wrong — three short, three long, three short. The pattern is rhythmically symmetrical, and under extreme stress with shaking hands, it's difficult to mess up. The sequence also doesn't correspond to any letter combination in Morse code, so it can't be confused with normal message content.
At the 1906 Berlin International Radiotelegraph Conference, delegates debated several candidate distress signals and chose SOS for exactly these reasons.
When the Titanic was sinking, the operators sent both the old distress signal CQD and the new SOS simultaneously. That was the first time SOS was used in an actual maritime disaster.
Why It's Still Worth Understanding
Morse code has left everyday communication, but it hasn't disappeared entirely.
The amateur radio community (Ham Radio) still uses it actively, calling it CW — Continuous Wave. There are millions of licensed operators worldwide, and a dedicated subset prefers keying over voice, treating it as a technical craft. The US FCC didn't drop the Morse code licensing requirement until 2007.
A more everyday extension is the phone emergency SOS feature. Pressing the iPhone side button five times triggers an emergency call — the design logic inherits the same principle as Morse's SOS: simple to execute under stress, hard to trigger accidentally, unmistakable as a distress signal.
Morse code also remains one of the clearest introductory examples for explaining information encoding. Variable-length coding, frequency analysis, the tradeoff between code efficiency and simplicity — all of it is visible and intuitive in Morse code in a way that's harder to see when jumping straight into binary.
To encode or decode text, paste it into the Morse Code Online Tool. It handles both directions and supports slash, vertical bar, and space as separators.
Article URL:https://toolshu.com/en/article/morse-code-design-logic
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License 。



Loading...