A Morse code converter translates text into dots (.) and dashes (-) and decodes Morse back into readable text. Invented in the 1830s for telegraph communication, Morse code remains relevant today in emergency signaling, amateur radio, accessibility, aviation, and as a cultural touchstone.
Convert Text to Morse Code Instantly
Type text to get Morse dots and dashes, or paste Morse to decode. Audio playback included.
Complete Morse Code Alphabet Chart
| Letter | Morse | Letter | Morse | Number | Morse |
|---|---|---|---|---|---|
| A | .- | N | -. | 0 | ----- |
| B | -... | O | --- | 1 | .---- |
| C | -.-. | P | .--. | 2 | ..--- |
| D | -.. | Q | --.- | 3 | ...-- |
| E | . | R | .-. | 4 | ....- |
| F | ..-. | S | ... | 5 | ..... |
| G | --. | T | - | 6 | -.... |
| H | .... | U | ..- | 7 | --... |
| I | .. | V | ...- | 8 | ---.. |
| J | .--- | W | .-- | 9 | ----. |
| K | -.- | X | -..- | ||
| L | .-.. | Y | -.-- | ||
| M | -- | Z | --.. |
Spacing Rules
- Within a letter: short gap (1 unit)
- Between letters: medium gap (3 units)
- Between words: long gap (7 units) — shown as / or space
E (.) and T (-) are the shortest codes — they are also the most frequently used letters in English. Samuel Morse designed the system so that common letters have shorter codes for faster transmission.
SOS and Common Morse Signals
SOS: The Universal Distress Signal
S O S = ... --- ...
(3 dots, 3 dashes, 3 dots — no gaps between letters)
SOS was adopted in 1906 as the international maritime distress signal. It was chosen because it is unmistakable — the rhythmic pattern of 3-3-3 is easy to recognize even in poor conditions. SOS does not stand for "Save Our Souls" — it was chosen purely for its distinctive sound pattern.
Common Morse Phrases
| Text | Morse Code | Use |
|---|---|---|
| SOS | ... --- ... | Emergency distress |
| CQ | -.-. --.- | "Calling all stations" (ham radio) |
| 73 | --... ...-- | "Best regards" (ham radio farewell) |
| 88 | ---.. ---.. | "Love and kisses" (ham radio) |
In an emergency, you can signal SOS with a flashlight: 3 short flashes, 3 long flashes, 3 short flashes. Repeat. This works at night and has saved lives in wilderness emergencies. Many smartphones have an SOS flashlight feature built in.
Where Morse Code Is Used Today
- Amateur (ham) radio — CW (Continuous Wave) mode uses Morse. Many ham operators worldwide still communicate in Morse.
- Aviation — VOR and NDB navigation beacons identify themselves with Morse code identifiers. Pilots learn to recognize these.
- Navy signaling — Navies worldwide still train in visual Morse (signal lamps) as a backup communication method.
- Accessibility — Morse code input is available on Android and iOS as an accessibility keyboard for users with limited mobility — two buttons (dot and dash) can type any character.
- Emergency signaling — SOS via flashlight, mirror flashes, or sound in wilderness survival situations.
- Geek culture — Morse code tattoos, jewelry, and artwork encoding names or messages.
- Education — Teaching about encoding, binary communication, and information theory.
Tips for Learning Morse Code
The Koch Method (Most Effective)
Start with 2 characters at full speed (20 WPM). Add one new character when you reach 90% accuracy. This builds reflexive pattern recognition instead of counting dots and dashes.
Mnemonics for Common Letters
| Letter | Morse | Mnemonic |
|---|---|---|
| A | .- | a-LONE |
| M | -- | MOON-LIGHT |
| N | -. | NO-ah |
| O | --- | OH-MY-GOD |
| S | ... | si-si-si (short) |
Practice Resources
- Use ToolsArena's converter with audio playback to hear the rhythm
- Start with your own name, then common words
- Listen to actual CW transmissions on amateur radio frequencies
Morse Code vs Binary: Information Theory
| Feature | Morse Code | Binary (ASCII) |
|---|---|---|
| Symbols used | 3 (dot, dash, space) | 2 (0, 1) |
| Variable length? | Yes (E=1 symbol, Q=4 symbols) | No (each character = 8 bits) |
| Optimized for | English letter frequency | Universal — equal length for all |
| Efficiency | More efficient for English text | Fixed-width makes processing simpler |
| Similar modern concept | Huffman coding, UTF-8 | ASCII, fixed-width encodings |
Morse code's variable-length encoding is conceptually similar to Huffman coding — assigning shorter codes to more frequent symbols. This makes it a great introduction to information theory.
How to Use the Tool (Step by Step)
- 1
Open the Converter
Navigate to Morse Code Converter on ToolsArena.
- 2
Enter Text or Morse
Type English text to encode, or paste Morse code (dots and dashes) to decode.
- 3
View Conversion
See the instant conversion. Audio playback available for Morse output.
- 4
Copy
Copy the result — text or Morse code — to your clipboard.
Frequently Asked Questions
What is SOS in Morse code?+−
SOS = ... --- ... (3 dots, 3 dashes, 3 dots). It is the international distress signal, chosen in 1906 for its unmistakable rhythmic pattern. It does not stand for "Save Our Souls" — that is a popular backronym.
How do spaces work in Morse code?+−
Within a letter: short gap (1 time unit between dots/dashes). Between letters: medium gap (3 units). Between words: long gap (7 units). In written Morse, letters are separated by spaces and words by "/" or " " (double space).
Is Morse code still used today?+−
Yes. Amateur (ham) radio operators use CW mode worldwide. Aviation beacons identify with Morse. Navies train in visual Morse signaling. SOS can be signaled with a flashlight in emergencies. And it is available as an accessibility keyboard on smartphones.
Why is E just a single dot?+−
E is the most frequently used letter in English. Samuel Morse assigned the shortest codes to the most common letters for transmission efficiency — E (.) and T (-) are just one symbol. Q (--.-) and Z (--..) are longer because they are rare.
Can I signal Morse code with a flashlight?+−
Yes. Short flash = dot, long flash = dash. SOS: 3 short, 3 long, 3 short flashes. This is a recognized emergency signal and has saved lives in wilderness situations.
What is the difference between Morse code and binary?+−
Morse uses 3 symbols (dot, dash, space) with variable-length characters (E=1 symbol, Q=4 symbols). Binary uses 2 symbols (0, 1) with fixed-length characters (8 bits each). Morse is optimized for English; binary is universal.
Is this tool free?+−
Yes. Encode and decode unlimited text in your browser. No data sent anywhere.
Convert Text to Morse Code Instantly
Type text to get Morse dots and dashes, or paste Morse to decode. Audio playback included.
Open Morse Code Converter →Related Guides
Binary Calculator Guide
Perform binary addition, subtraction, multiplication, and division. Convert between binary, decimal, octal, and hexadecimal number systems.
Text Encryption Guide
Encrypt sensitive text with AES-256 encryption using a password — share secrets securely via email, chat, or any channel.
Base64 Encode & Decode — What It Is, How It Works & When to Use It
Developer guide to Base64 encoding: use cases, online decoder, and common pitfalls