Morse Code Decoder — Convert Morse to Text
Decode Morse code back to plain text instantly — paste dots, dashes, and slashes and get readable letters and digits. Free, client-side Morse decoder.
🔒 100% Client-Side Processing
Your data is processed entirely in your browser and never transmitted to any server.
0 / 100M Limit
Common Use Cases
Solving puzzles and geocache clues
Decode a Morse hint from an escape room, treasure hunt, or party game back into readable text.
Checking a Morse encoding by hand
Verify what a string of dots and dashes actually says, or double-check output from the Morse encoder.
Frequently Asked Questions
- What format should the Morse input be in?
- Dots and dashes for each letter, spaces between letters, and a forward slash (/) between words — the same format this site's String to Morse Code encoder produces, e.g. ".... .. / -.-- --- ..-" for "HI YOU".
- What happens with a code that doesn't match any letter?
- It's shown in the output wrapped in brackets, like [.......], so you can spot and fix a mistyped or non-standard sequence instead of it silently vanishing or breaking the rest of the decode.
- Can this also encode text into Morse?
- Not here — this page takes dots and dashes and gives you letters back. String to Morse Code goes the other way. When you paste, put a single space between characters and a slash or three spaces between words; run everything together and there is no unambiguous way to split the sequence.
- Is my data private when I use this tool?
- Yes. This tool runs entirely in your browser using client-side JavaScript — nothing you type is transmitted to, logged by, or stored on any server. You can safely process confidential text, tokens, or code.