What Is Morse Code?
Morse code is one of history's most successful compression schemes: a way to send any message using just two signals — short and long. Invented in the 1830s for the telegraph, it's still used today by pilots, radio amateurs and anyone who needs to communicate when nothing else works.
Dots and dashes
Every letter is a pattern of dots (short signals) and dashes (long signals). E, the most common English letter, is a single dot — the shortest possible code. Rare letters like Q (--.-) get longer codes. This isn't random: Samuel Morse and Alfred Vail deliberately gave common letters short codes to speed up transmission, an early stroke of information-theory genius.
Timing is the real code
The signals alone aren't enough — the gaps carry as much meaning. The whole system is built on one unit of time (the length of a dot):
- A dash is three units long.
- The gap between signals in a letter is one unit.
- The gap between letters is three units.
- The gap between words is seven units.
Get the spacing wrong and ... --- ... could be misread. Get it right and Morse is completely unambiguous.
Why SOS?
SOS (... --- ...) was chosen in 1905 not because it stands for anything — it doesn't — but because the pattern is simple, symmetric and unmistakable even in noisy conditions. Nine evenly spaced signals, easy to send in a panic and easy to recognise. The “Save Our Ship” backronym came later.
Where it's still used
- Aviation: navigation beacons identify themselves in Morse.
- Amateur radio: CW (continuous wave) Morse gets through when voice can't, using tiny power.
- Accessibility: people with limited mobility use Morse input via a single switch.
- Emergencies: a flashlight or a tapped pipe can spell SOS when all else fails.
Morse vs binary
Both reduce language to two states, but Morse has a third element — variable-length gaps — which binary lacks, so binary needs fixed-width codes instead. If that comparison intrigues you, see how text becomes binary.
Learn it by ear
Morse was designed to be heard, so reading a chart is the slowest way to learn. Listening to the rhythm — the “di-dah” of each letter — is how operators internalise it. The Morse code translator converts text to Morse and back and can play the result as authentic beeps with correct timing. For more character encodings, try the number base converter.