Morse Code To Text
Decode written Morse only when symbol boundaries are explicit. The tool does not guess timing or segment an ambiguous dot-and-dash stream.
Decode Separated Morse Tokens
Enter input to begin.
Boundaries Are Part Of The Input
ASCII spaces separate Morse letters and / separates words. Multiple ordinary spaces around valid boundaries are normalized for parsing.
An unspaced stream such as ...---... is ambiguous under this grammar unless it is a separately declared prosign. The tool reports it rather than guessing SOS.
Decode Examples
| Morse input | Text |
|---|---|
| ... --- ... | SOS |
| .- / -... | A B |
| ..--.. | ? |
| ...---... | Error: unseparated token |
What The Decoder Cannot Infer
- Signal timing and keying gaps.
- Noise or audio recognition.
- Missing letter or word boundaries.
- Operational meaning or authenticity.
Questions About This Tool
This profile requires explicit letter boundaries and does not guess segmentation from a continuous stream.
No. Only ASCII dot and hyphen symbols are accepted so copied output and reverse input use one exact grammar.
No. Audio timing and noise handling require a different signal-processing tool.