Binary & Morse Translator

Convert text to binary or Morse code, with audio playback.

verified_user100% Client-Side
Text → Code

15 characters

Output

... --- ... / .... . .-.. .-.. --- / .-- --- .-. .-.. -..

Frequently Asked Questions

How does binary text encoding work?expand_more

Each character is converted to its UTF-8 byte sequence, and every byte is shown as an 8-bit binary group — the same way computers actually store text on disk or send it over a network.

Can I hear the Morse code?expand_more

Yes, click "Play Sound" to hear your message as authentic dot and dash tones, generated live using the Web Audio API. You can adjust the speed in words per minute before playing.

What does the "/" mean in Morse output?expand_more

A forward slash represents a word break — a longer pause than the gap between individual letters within the same word.

Related Tools