Morse Code Translator
Translate text to Morse code and back. Letters are separated by spaces and words by a slash (/). Everything runs in your browser.
FAQ
Is my text sent to a server?
No. All translation happens entirely in your browser and no text leaves your device.
Which characters are supported?
Letters A–Z, digits 0–9, and common punctuation like period, comma, and question mark.
How do I input Morse code?
Build letters with dots (.) and dashes (-), separate letters with a space, and words with ' / '.
Related tools
Encode and decode text by shifting letters by a fixed amount; a shift of 13 is ROT13. Everything runs in your browser.
Convert text to binary and binary back to text. UTF-8 based, so Korean and emoji work too. Everything runs in your browser.
Encode text to Base64 or decode Base64 back to text, with full Unicode support.
Count characters with/without spaces, words, lines and bytes in real time.
Remove duplicate lines from a list while keeping the original order.
Remove all emoji from text, including flags and combined (family) sequences. Everything runs in your browser.