Morse Code Translator
Convert text to Morse code and Morse code to text. Includes audio playback using Web Audio API and a complete Morse code reference table.
Morse Code Reference Table
How to Use the Morse Code Translator
- Select the direction: Text to Morse or Morse to Text.
- Enter your text or Morse code in the input field.
- The conversion happens automatically in real time.
- Click 'Play Audio' to hear the Morse code as beeps.
- Use the reference table at the bottom to look up individual characters.
About Morse Code Translator
Morse code is a method of encoding text characters as sequences of dots (.) and dashes (-). Originally developed in the 1830s for telegraph communication, it remains relevant in amateur radio, emergency signaling, and CTF (Capture the Flag) security challenges. In Morse code, each letter and number has a unique pattern. Spaces between letters use a single space, while word boundaries use a slash (/). This tool converts in both directions and can play back the Morse code as audio tones.
Frequently Asked Questions
The translator supports all 26 English letters (A-Z), digits (0-9), and common punctuation marks. Unsupported characters are silently skipped during encoding.
Audio is generated using the Web Audio API, which creates 600Hz tones directly in your browser. Dots are short tones and dashes are three times longer. No audio files are downloaded.