Skip to content

Morse Code Translator — Free Text to Morse Online

Translate text to Morse code or Morse code back to text — free, instant, and browser-based.

Last updated:

Mode: Text → Morse

What Morse code still gets used for

Morse code predates every electronic communication protocol in use today, and it quietly outlived most of them. People still encode and decode Morse for reasons that have nothing to do with telegraphs:

  • Amateur radio (CW). Continuous-wave Morse is still one of the most efficient ways to get a readable signal through a weak or noisy link. Dedicated Morse operators work with less power and simpler equipment than voice modes.
  • Aviation beacons and maritime signalling. NDB and VOR aviation beacons broadcast an identifier in Morse so pilots can verify the station. Lighthouses occasionally flash recognition codes the same way.
  • Accessibility. Some assistive devices let users enter text by tapping a single switch — short and long taps translate to dots and dashes. It's one of the lowest-bandwidth input methods that still produces full alphabetic text.
  • Puzzles, ARGs, and video games. Morse shows up regularly in escape rooms, alternate reality games, and indie game clues, where a short decoded message rewards players for recognising the rhythm.
  • Emergency fallback. `SOS` (··· −−− ···) is taught in wilderness safety because it can be signalled with a flashlight, a whistle, or a tap on a pipe when nothing else works.

This translator covers the text-to-Morse and Morse-to-text conversions you need for any of the above. For audio practice (the skill of hearing letters rather than reading them), pair it with a CW keyer app.

International Morse vs American Morse

There are two historical Morse codes, and they aren't compatible. This tool uses International Morse Code as defined by ITU-R M.1677-1. It's the version used in amateur radio, aviation, maritime contexts, and any modern document that says "Morse code" without a qualifier.

American Morse (sometimes called Railroad Morse or Landline Morse) was used on American telegraph lines from the 1840s until early 20th-century radio operators standardised on the International variant. It used different dot/dash patterns and included intra-letter spaces, which made it harder to transmit by radio. Outside historical re-enactments, you'll almost never encounter it.

If you're decoding a string that looks almost right but produces gibberish, and the source is a pre-1900 American document, try looking up an American Morse chart — but for anything recent, International is the right bet.

Timing: why Morse has a rhythm

Morse code is not just a lookup table — it's a timing system. The whole point of encoding with only two symbols is that you can transmit them with anything that can be on or off (a radio tone, a light, a tap). The unit of time is called a dit, and everything else is measured in dits:

  • A dot is 1 dit long.
  • A dash is 3 dits long.
  • The gap between parts of the same letter is 1 dit.
  • The gap between letters in a word is 3 dits.
  • The gap between words is 7 dits.

The actual dit length is whatever you want it to be — faster operators use shorter dits. Speed is measured in words per minute (WPM) where "PARIS" is the standard reference word (50 dits long). A comfortable conversational speed is 15–20 WPM; expert operators work 40+.

This text-based tool ignores timing — it's a translator, not a keyer. If you want to learn Morse by ear, look for the Farnsworth method, which plays individual letters fast but stretches the gaps between them so beginners can keep up without slowing the letters themselves.

Prosigns and the shortest-for-most-common rule

Samuel Morse and Alfred Vail counted letters in a printer's type case to figure out which letters were most common in English, then assigned them the shortest codes. That's why E is a single dot, T is a single dash, and rare letters like Q and Z get four-symbol codes. The result is a crude but effective form of Huffman coding 100 years before Huffman.

Operators also use prosigns — special combined signals run together without the usual inter-letter gap:

  • CQ — general call, "anyone listening"
  • K — "over" (invite a reply)
  • AR (·−·−·) — "end of message"
  • SK (···−·−) — "end of work", off the air
  • SOS (···−−−···) — international distress signal, chosen because it's easy to send and unmistakable

A common myth is that SOS stands for "Save Our Ship" or "Save Our Souls". It doesn't — the sequence was chosen in 1906 at an international radio conference precisely because the nine-symbol pattern is easy to recognise and hard to mistake, not because of any backronym.

Related tools on CodeBoxTools

  • Text to Binary — same idea as Morse (text into a two-symbol encoding), but with 1s and 0s instead of dots and dashes.
  • ASCII Table — the character table Morse would have used if Samuel Morse had waited 120 years.
  • Base64 Decode & Encode — another classic encoding, designed to survive text-only channels instead of radio static.

Frequently Asked Questions

What characters are supported?
Letters A-Z (case insensitive), digits 0-9, and common punctuation including period, comma, question mark, exclamation, slash, parentheses, and ampersand.
How are words separated in Morse code?
Letters within a word are separated by a single space. Words are separated by ' / ' (space-slash-space). This is the standard International Morse Code convention.
Is my text kept private?
Yes. This tool runs entirely in your browser. Your text is never sent to any server.
Is this International Morse Code or American Morse?
International Morse Code (ITU-R M.1677-1), the modern standard used in amateur radio and aviation. American (Railroad) Morse was used in early American telegraph systems but is effectively obsolete today.
What do the dots and dashes actually represent?
A dot is one unit of time; a dash is three units. The space between parts of the same letter is one unit, between letters three units, and between words seven units. That timing is why Morse has a distinctive rhythm.
Can I hear my message played back as audio?
This tool shows the code as dots and dashes. For audio playback (useful for learning or amateur radio practice), look for CW generators that translate Morse to tone pulses at a chosen words-per-minute rate.

Related Tools