morsify
Morse → Text

Morse Code to Text

A focused morse-to-text converter. Paste the dots and dashes, get back clean text — suitable for pasting into documents, code comments, or social captions.

When people need this direction

Input conventions the converter accepts

What “clean text” output means

Unknown morse sequences are silently skipped rather than replaced with ? — so if your input has one typo, you still get the rest of the sentence. The output preserves word breaks as single spaces and returns uppercase letters (morse has no lowercase). If you need lower-case, just call .toLowerCase() on the result.

Frequently asked questions

What's the difference between morse-to-text and morse-to-English?

In practice, nothing — the international morse alphabet is an encoding of English letters. Our morse-to-English page emphasizes decoding tattoos and transmissions; this page emphasizes the pure technical conversion of morse glyphs to readable text.

Does this handle morse numbers?

Yes. Each digit 0–9 has a fixed five-element morse code. A sentence like `... --- ... / --... ...--` returns SOS 73 — 73 being ham radio shorthand for 'best regards'.

What if I just have a string of dots and dashes with no spaces?

Without gap information, decoding is ambiguous — the same string of pulses can parse to different words. You'll need to re-insert letter gaps by hand where you think they belong. Most photos of morse jewelry or tattoos have visible gaps you can match.

Related
Morse → English decoder
Related
Alternate decoder UI
Related
Full bi-directional translator