What Is Morse Code?
Morse code is one of the earliest digital communication systems ever invented. Developed in the 1830s by Samuel Morse and Alfred Vail for use with the electric telegraph, it assigns each letter of the alphabet and each digit a unique pattern of short signals (dots, also called "dits") and long signals (dashes, also called "dahs"). These signals could be transmitted as electrical pulses, flashes of light, or sounds.
Unlike the binary code used by modern computers, which uses only two symbols (0 and 1) of equal length, Morse code uses two symbols of different lengths. This design was intentional: Samuel Morse studied which letters appeared most frequently in English and gave the shortest codes to the most common letters. E (the most common English letter) is a single dot. T is a single dash. Less common letters like Q and Z get longer, more complex codes.
Although the telegraph was eventually replaced by telephone and then digital communication, Morse code never disappeared. It remains in active use among amateur (ham) radio operators, is embedded in aviation navigation systems, and has found modern applications in accessibility technology for people with severe physical disabilities.
How Morse Code Works
Each letter and number in Morse code is represented by a unique combination of dots and dashes. A dot lasts one unit of time. A dash lasts three units. Within a single letter, the gap between elements is one unit. The gap between two separate letters is three units. The gap between two words is seven units. These timing rules are what make Morse code intelligible — without proper spacing, the dots and dashes blur into meaningless noise.
In written form, dots are represented as periods (.) and dashes as hyphens (-). Words are separated by a forward slash (/). For example: the word "HELLO" in Morse code is .... . .-.. .-.. --- and "SOS" — the famous distress signal — is ...---... (no letter gaps, transmitted as a single continuous sequence). The SOS sequence was chosen not for any acronym but because it is impossible to confuse with other letters even through heavy radio interference.
Examples of Morse Code
- A = .- (one dot, one dash)
- E = . (single dot — the most frequent English letter gets the shortest code)
- SOS = ...---... (the international distress signal)
- HELLO = .... . .-.. .-.. ---
- 1 = .---- 2 = ..--- 5 = ..... 0 = -----
- Morse alphabet runs from A (.-) through Z (--..) with each letter having a unique pattern
Where Is Morse Code Used?
- Amateur (ham) radio: Morse code (called CW, or Continuous Wave) is heavily used by radio enthusiasts because its narrow signal can travel thousands of miles on very low power
- Aviation navigation: VOR and NDB radio beacons still broadcast their identifiers in Morse code so pilots can verify their position
- Accessibility technology: Morse code can be input with a single button, breath tube, or eye blink, making it a powerful communication method for people with ALS or other severe motor disabilities
- Escape rooms and puzzles: A staple of cryptography puzzles, scavenger hunts, and Alternate Reality Games
- Military and emergency communication: A known fallback when sophisticated communication systems fail
- Learning and education: Used in cryptography courses, history lessons, and as an introduction to binary encoding concepts