Morse Code Converter
NewConvert text to Morse code and back using the international Morse alphabet.
International Morse code maps letters, digits, and common punctuation to dots and dashes, with words separated by /.
Frequently Asked Questions
How do I separate words when decoding Morse?
Use a forward slash as the word separator. The tool expects letters separated by spaces and words separated by '/'.
What happens to characters this tool doesn't know?
Unknown characters encode as '?', and unknown Morse tokens decode as '?'. It doesn't silently drop unsupported input.
Will it preserve lowercase and punctuation?
Encoding uppercases the text before conversion, so case is not preserved. Common punctuation such as commas, periods, question marks, quotes, parentheses, @, $, and several others are supported by the built-in map.
Can I paste Morse with messy spacing or new lines?
Usually yes. The decoder trims the input and splits on any whitespace, so multiple spaces and line breaks are normalized during parsing.
Does this play Morse audio or flash timings?
No. This component is text-to-text only. It doesn't generate sound, blink output, or timing guides.