Why a dedicated text-to-morse page?
The direction of a translator matters. A tool that decodes morse has different sensible defaults (stop on unknown sequence, assume space = letter gap) than a tool that encodes English (strip unknown characters, normalize case, preserve word boundaries with /).
This page is tuned for encoding. Paste a sentence exactly as you'd write it — uppercase, mixed case, with commas and full stops — and the output comes out with proper word separators (/) between words and single spaces between letters.
What you get in the output
- Uppercase-normalized text — morse is case-insensitive, so typing “Hello” or “HELLO” returns the same pattern.
- Word separators (
/) between words to preserve phrasing. - Punctuation handled — periods, commas, question marks, etc. use the full ITU punctuation set.
- Unknown characters silently skipped, not replaced with
?. Emoji, CJK, and accented characters don't have morse equivalents — the encoder quietly drops them.
Good input vs. output examples
Input: Hello, world!
Output: .... . .-.. .-.. --- --..-- / .-- --- .-. .-.. -.. -.-.--
Each letter separated by a single space, the comma and exclamation mark handled, the one word break marked with /.
Beyond letters: numbers, punctuation, and the @ sign
“Text” means more than the alphabet, and that's the difference between this page and a plain letter converter. The ITU table includes the digits 0–9 (each a five-element code) and a full set of punctuation — period, comma, question mark, apostrophe, slash, parentheses and more. The most modern addition is the @ sign(.--.-.), added to international morse in 2004 — the first new character in decades — specifically so operators could send email addresses. What doesn'tconvert: emoji and most typographic symbols have no morse code at all, so the converter simply skips them rather than inventing a pattern.
Copy, paste, and share the output
Because the result is plain text — a string of dots, dashes, spaces and slashes — it goes anywhere text goes. Copy the ... --- ... string straight into a chat, a social bio, a game, or a design brief for a jeweller or tattoo artist. The share linkreopens this page with your phrase already loaded, so you can send someone the decoded-and-ready page rather than re-typing. And the audio plays entirely in your browser — nothing you type is uploaded, logged, or stored, which matters if the text is personal.