Morse Code Translator
Convert text to Morse code dots and dashes or decode Morse code back to plain text instantly.
100% client-side · no upload
How to use
- To encode: type plain text and click "Text → Morse".
- To decode: paste Morse code (e.g. ... --- ...) and click "Morse → Text".
- Word breaks use "/" when encoding; use the same separator when decoding.
Related tools
- Binary ↔ Text — convert to 0s and 1s
- ROT13 — letter substitution cipher
- Caesar Cipher — shift-based encoding
More ways to use this tool
Frequently Asked Questions
- What is Morse code?
- Morse code is a character-encoding scheme that represents letters and numbers as sequences of dots (short signals) and dashes (long signals), separated by spaces. It was developed by Samuel Morse and Alfred Vail in the 1830s for use with the electric telegraph.
- Does my data leave my device?
- No. All Morse code translation is pure JavaScript running entirely in your browser.
- Does it work on mobile?
- Yes. The tool works in any modern mobile browser and transforms text instantly on click.
Last updated: By jarvisbox