Morse Code Encode
Convert text to Morse code
Frequently Asked Questions
How is text converted to Morse code?
Each character in the input text is converted to its corresponding Morse code representation using a lookup table. Letters are separated by spaces and words are separated by "/" in the output.
What characters are supported?
The tool supports letters A-Z, numbers 0-9, and common punctuation marks including periods, commas, question marks, apostrophes, exclamation points, and others. Unsupported characters are left unchanged.
Why are all letters uppercase in the conversion?
Morse code traditionally doesn't distinguish between uppercase and lowercase letters. The tool converts all input to uppercase for consistent conversion to standard Morse code patterns.
How are spaces handled in Morse code?
Single spaces between words in the input are converted to "/" in Morse code, which is the standard representation for word separation. Spaces between letters are represented by single spaces in the output.