TontonTools

Text to Morse Code

Convert text to Morse code — dots, dashes and proper spacing, instantly.

100% Free No signup Privacy-friendly Text Tools
Updated Sep 2026
{ if (ch === ' ') return '/'; return this.map[ch] || ''; }).filter(Boolean).join(' '); }, copy() { navigator.clipboard.writeText(this.output); this.copied = true; setTimeout(() => this.copied = false, 1500); } }">

Words are separated by " / ". Letters by spaces.

Share X / Twitter Facebook LinkedIn WhatsApp

How to use Text to Morse Code

  1. Type your text — letters, numbers and punctuation are all encodable.
  2. Read the Morse instantly: letters separated by spaces, words by / — HELLO WORLD → .... . .-.. .-.. --- / .-- --- .-. .-.. -..
  3. Copy the code for your puzzle, lesson or transmission practice.
  4. Decode replies with our Morse Code to Text tool — the reverse direction.

What is Text to Morse Code?

A text to Morse code converter encodes each character as its dot-dash pattern: SOS becomes ... --- ..., and HELLO becomes .... . .-.. .-.. ---. Invented by Samuel Morse and Alfred Vail in the 1830s for the telegraph, the code assigns short patterns to common letters — E is a single dot, T a single dash — making it remarkably efficient.

Standard notation separates letters with spaces and words with a slash ( / ), which is how this tool writes it. Morse remains alive in amateur radio (where CW operators pass messages worldwide on whisper-thin signals), in aviation navigation beacons, in accessibility devices, and in every puzzle hunt that needs a classic cipher.

About the Text to Morse Code

Type your message and the Morse encoding appears instantly — letters, numbers and common punctuation all covered, with proper letter and word spacing.

Learners use it to drill the alphabet (encode a word, read the pattern, repeat); ham radio candidates prepare for CW operation; puzzle and escape-room designers encode clues; and the curious decode the world's background Morse — flashing beacons, watch bezels, the SOS everyone should know: three short, three long, three short. Signal it by any means available — sound, light, taps — the code doesn't care about the medium.

Encoding is instant and local to your browser. The companion Morse Code to Text tool decodes replies.

Frequently Asked Questions

... --- ... — three dots, three dashes, three dots, sent as one continuous sign. It was chosen in 1906 purely for its unmistakable rhythm; the "Save Our Souls" backronym came later.
Morse assigned the shortest codes to the most frequent English letters — E (.), T (-), A (.-), N (-.). It's data compression from the 1830s, and it's why skilled operators reach 40+ words per minute.
Parts of a letter run together (.-.. is one letter, L), letters are separated by spaces, words by / (or traditionally a 7-unit pause). Timing: a dash is three dots long.
Yes — amateur radio's CW mode is thriving (it cuts through noise better than voice), aviation VOR/NDB beacons identify themselves in Morse, and accessibility tech uses it for input by switch or blink.
The alphabet in a week or two of short daily drills; comfortable copying at 10–15 wpm in a few months. Learn by sound rhythm, not by counting printed dots — every operator says the same thing.

We use cookies for analytics and to keep the tools free via ads. See our Privacy Policy.