Paste any binary code on the left — this tool decodes it to text first, then immediately converts that text to Morse code (dots and dashes) on the right. Play the Morse audio with one click.
Also called: binary morse code translator · binary to morse · convert binary to morse
Binary and Morse code are completely different encoding systems — there's no direct single-step mapping between them. The only path is through the text (letters) they both represent.
Each group of 8 binary digits (one byte) maps to an ASCII character via its decimal value. 01001000 = decimal 72 = letter H. 01101001 = decimal 105 = letter i. The text result of step 1 is shown in amber in the panel above.
Each letter of the decoded text is looked up in the International Morse code table and replaced with its dot-dash pattern. H = .... , i = ... Letters are separated by spaces; words by a forward slash.
The full journey: 01001000 01101001 → Hi → .... ... Hit play to hear the Morse audio at any speed.
Each row shows the binary, the decoded text, and the resulting Morse code pattern. Copy any row's binary directly into the tool above to verify it.
| Binary | Text | Morse code |
|---|---|---|
| 01010011 01001111 01010011 | SOS | ... --- ... |
| 01001000 01101001 | Hi | .... .. |
| 01001111 01001011 | OK | --- -.- |
| 01011001 01000101 01010011 | YES | -.-- . ... |
| 01001110 01001111 | NO | -. --- |
See the full Morse Code Alphabet for every letter's dot-dash pattern, or the ASCII Table for every character's binary value.
01001000 is ASCII binary for the letter H (decimal 72), and 01101001 is ASCII binary for the letter i (decimal 105). Together they spell "Hi". In Morse code, Hi is .... .. (four dots for H, two dots for i).Convert English text to binary or decode binary back to text. The standalone binary ↔ text tool.
Open tool →Convert text to Morse code or decode dots and dashes back to text, with real audio playback.
Open tool →Every letter, digit and punctuation mark in International Morse — click any tile to hear it.
Open tool →Every printable character with its decimal, hex and binary value — the lookup table behind step 1.
Open tool →