How the Morse Code Converter Works
AnyTool Morse Code Converter translates entirely in the browser using a lookup table for International Morse code (ITU-R M.1677). Encoding maps each letter, numeral and punctuation mark to its dot/dash pattern, joining letters with a space and words with a slash. Decoding reverses the table and is deliberately tolerant: it normalises unicode dot and dash glyphs, accepts extra spaces, and treats a slash, pipe or wide gap as a word break, silently skipping any token it cannot match.
- Covers 26 letters, 10 numerals and 18 punctuation marks per ITU-R M.1677
- Common prosigns such as SOS, AR and SK are available as one-click inserts
- Decoding accepts unicode dots/dashes and tolerates irregular spacing
- Configurable dot and dash glyphs and letter/word separators
- All translation is client-side JavaScript — no server round-trip
