Encoders & Decoders
Morse Code Encoder / Decoder
Convert letters, digits, and common punctuation to International Morse code or decode Morse back to text. Word breaks use / or |—runs in your browser.
Loading tool…
How to use
- Paste text or Morse code
- Choose Encode or Decode
- Copy the result
Next step
- ROT13
Apply ROT13 to rotate Latin letters by 13 positions. Encoding and decoding use the same operation—handy for spoiler tags and quick obfuscation.
- ASCII Converter
Convert text to decimal ASCII/Unicode code points or decode code lists back to text. Supports space, comma, or semicolon separators—runs locally in your browser.
Frequently asked questions
How are words separated in Morse?
Encode uses / between words. Decode treats / or | as a space between words.
Which characters are supported?
Letters A–Z, digits 0–9, and common punctuation. Unsupported characters raise an error in encode mode.
Is audio playback included?
Not yet—this tool outputs the dot/dash text representation only.