Morse Code Translator

Translate text to Morse code and back.

Tool
Free · No sign-up

The TextKit Morse Code Translator converts text to International Morse Code and Morse Code back to text. Type a message and you'll see it as the familiar dots and dashes — the same system Samuel Morse and Alfred Vail developed in the 1830s and that became the global standard for telegraph communication. Paste a Morse sequence back in and you'll get the decoded text.

Morse code is a piece of living history. It was the original digital communication system — every character encoded as a sequence of two signals (short and long), with timing rules that made it robust enough for noisy telegraph lines and radio transmissions. Today it's still used by amateur radio operators, aviators, the maritime community, and accessibility communities. It's also a genuinely fun puzzle, and a surprisingly effective way to understand how encoding works.

How to use this tool

  1. Pick a direction. Text → Morse encodes your typed message into dots and dashes. Morse → Text decodes a Morse sequence back into readable characters.
  2. Enter your input. For Text → Morse, type any letters, digits, or punctuation. For Morse → Text, paste dots and dashes with spaces between letters and slashes (or multiple spaces) between words.
  3. Read the output. Morse output uses dots (.), dashes (-), single spaces between letters, and slashes (/) between words. Decoded text appears as plain readable characters.
  4. Copy and share. Click Copy to grab the result. Morse sequences paste anywhere as plain text.

How it works

International Morse Code assigns each letter, digit, and a small set of punctuation marks a unique sequence of dots (short signals, written as .) and dashes (long signals, written as -). The length of a dash is defined as three times the length of a dot. The pause between elements within a character is one dot-length; between characters, three dot-lengths; between words, seven dot-lengths. These timing rules are what made Morse robust over noisy telegraph lines.

The code was designed so that the most common letters in English get the shortest sequences. E, the most common letter, is a single dot (.). T, the second most common, is a single dash (-). Less common letters get longer codes: Q is --.-, Z is --... This frequency-based design (a precursor to Huffman coding) minimized transmission time — an early example of compression.

Here are some of the most recognizable Morse codes:

  • A = .-
  • B = -...
  • S = ...
  • O = ---
  • 1 = .----
  • 0 = -----

Worked example: The distress signal SOS is the most famous Morse sequence in the world. S is three dots (...),O is three dashes (---), and the second S is three more dots (...). The full code is ... --- ..., with spaces between the letters. It's famous precisely because it's simple, unmistakable, and easy to transmit even under stress — a single repeating rhythm that cuts through noise.

The translator handles word boundaries by using slashes (/) to separate words. So "HELLO WORLD" encodes as .... . .-.. .-.. --- / .-- --- .-. .-.. -... When decoding, the tool splits on slashes to find word boundaries and on spaces to find letter boundaries, then looks up each code in the reverse Morse table. Characters that aren't in the Morse table (emoji, accented letters) are passed through as-is or skipped, since Morse Code doesn't define codes for them.

Who uses this tool

Amateur radio operators

Practice and verify Morse transmissions (CW mode) as part of the ham radio hobby.

Aviation & maritime professionals

Recognize legacy navigation aids that still identify themselves in Morse (VORs, NDBs, lighted beacons).

Educators

Teach encoding, compression, and the history of digital communication with a tangible, hands-on system.

Accessibility users

Morse code is used as an input method by some assistive technologies for people with severe motor impairments.

Puzzle & escape room designers

Hide clues in Morse — a classic puzzle format that's accessible to non-experts and feels appropriately mysterious.

Scouts & outdoor educators

Teach and signal with Morse code as part of outdoor skills and emergency preparedness training.

Writers & artists

Incorporate Morse rhythms into music, visual art, or conceptual writing projects.

Curious minds

Decode that Morse sequence you saw in a movie or heard in a song and find out what it actually says.

Examples

Input
SOS
Output
... --- ...

The universal distress signal — three dots, three dashes, three dots. Designed to be unmistakable.

Input
HELLO WORLD
Output
.... . .-.. .-.. --- / .-- --- .-. .-.. -..

Slashes separate words. Spaces separate letters within a word.

Input
... --- ...
Output
SOS

Decoding reverses the process: each space-separated code becomes one letter.

Tips & best practices

  • Use slashes (/) to separate words when encoding. Without them, a multi-word message becomes a single stream of ambiguous codes.
  • When decoding, the tool is forgiving about whether you use dots-and-dashes or actual dit-dah symbols. Standardize on . and - for the cleanest output.
  • Morse code is case-insensitive — there's no distinction between 'A' and 'a'. The tool uppercases all input automatically.
  • Numbers have 5-symbol codes (1=.----, 2=..---, etc.) and punctuation has 6-symbol codes. Memorize the numbers first — they're easy and useful.
  • If you're learning Morse, start with the most common letters (E, T, A, O, I, N, S, H, R) — they have the shortest codes and you'll recognize them fastest.
  • For practice, try decoding the Morse identifiers of nearby VOR stations (aviation navigation aids) — they broadcast their 3-letter ID in Morse continuously.

Common mistakes to avoid

  • Confusing International Morse Code with American Morse Code. International is the global standard; American Morse was an earlier, different system used mostly in 19th-century US telegraphy and is now obsolete.
  • Forgetting word separators. Without slashes, 'HELLO WORLD' becomes indistinguishable from 'HELLOWORLD' or other splits — the decoder can't guess word boundaries.
  • Treating Morse code as encryption. It's a simple substitution encoding. Anyone can decode it. For real security, use modern encryption.
  • Assuming Morse has codes for every character. It covers A–Z, 0–9, and a limited set of punctuation. Emoji, accented letters, and CJK characters have no Morse representation.
  • Mixing up dot and dash lengths when transmitting by hand. A dash should be 3× the length of a dot — that's the rule that makes Morse readable at speed. Get the timing wrong and the receiver hears gibberish.
Morse code is the original digital protocol. Two signals, a timing rule, and a frequency-optimized lookup table — that's all you need to encode every word in the English language. Study it for an afternoon and you'll understand encoding, compression, and the architecture of every digital system that followed.
Muhammad Umair, founder of TextKit

Frequently asked questions

What's the difference between International and American Morse Code?

International Morse Code (ITU) is the global standard, used worldwide since the 1860s. American Morse Code was an earlier system used in 19th-century US telegraphy, with different codes and some ambiguous sequences. International is the only one in use today.

Is Morse code still used?

Yes. Amateur radio operators use it (CW mode) for low-power, long-distance contacts. Aviation still uses it for VOR/NDB station identification. Maritime SOS procedures historically used Morse. Some assistive technologies use Morse as an input method for people with severe motor impairments.

How fast can Morse code be transmitted?

Skilled operators can transmit and receive 30–40 words per minute. The world record is over 100 WPM for receiving. Speed depends on the operator's ear training, not on the code itself — the code is the bottleneck only at very high speeds.

Why is SOS the distress signal?

SOS (... --- ...) was chosen because it's simple, unmistakable, and easy to transmit under stress. It's a single rhythmic pattern, not actually an acronym for anything (despite popular backronyms like 'Save Our Souls'). It became the international distress signal in 1906.

Can the tool decode Morse without slashes between words?

It can try, but word boundaries become ambiguous. Without slashes, 'HELLO WORLD' and 'HELLOWORLD' produce identical Morse streams. We recommend using slashes for any multi-word message.

Does Morse code have characters for numbers and punctuation?

Yes. Digits 0–9 have 5-symbol codes (1=.----, 2=..---, ..., 0=-----). Common punctuation (period, comma, question mark, etc.) have 6-symbol codes. The full set is defined in the ITU standard.

How do I learn Morse code?

Start with the Koch method: learn at full speed (20 WPM) a few letters at a time, adding new ones only when you can copy the existing set reliably. Avoid learning at slow speeds — it builds a 'lookup table' habit that's hard to break. Free practice tools like LCWO and Morse Trainer are widely recommended.

Is Morse code considered encryption?

No. Morse is a simple substitution encoding — anyone with the table can decode it. It provides zero confidentiality. For real security, use modern encryption (AES, RSA, Signal protocol, etc.).

Last reviewed and updated by Muhammad Umair. Have feedback or found an inaccuracy? Let us know.

Related tools