Morse Code Converter
Encode text to Morse code or decode Morse code back to text — supports letters, digits, and punctuation.
How to use this tool
- 1Click 'Text → Morse' or 'Morse → Text' to choose the direction.
- 2Paste your input into the left panel. For Morse input, use spaces between codes and ' / ' (space-slash-space) between words.
- 3The output appears instantly in the right panel.
- 4Click Copy to copy the result.
About Morse Code Converter
Morse code encodes letters and digits as sequences of dots and dashes. This converter handles both directions using a complete lookup table covering all 26 letters, digits 0-9, and common punctuation (. , ? ! / @ & : ; - _ ( ) = +). Text to Morse: the input is uppercased, each character is looked up in the table, and spaces between words are represented as ' / ' (space-slash-space). Unknown characters are represented as '?'. Morse to Text: the input is split on ' / ' to get words, each word is split on spaces to get individual codes, and each code is reverse-looked up. The two-button toggle switches direction. The output appears side by side with a Copy button. Useful for learning Morse code, encoding messages for amateur radio practice, or decoding Morse from a signal log.