SOS
- Input
- SOS
- Expected output
- ... --- ...
The classic distress signal.
morse code translator
Created by Samuel Morse in the 1830s for the telegraph, Morse code represents every letter and digit as a sequence of short (dot) and long (dash) signals. This translator converts text to Morse and Morse to text, including common punctuation.
The classic distress signal.
The slash marks the space.
Select the Binary format, keep the direction on Text → Code and type your text. Each character becomes an 8-bit group (for example, 'A' becomes 01000001), separated by spaces. For the reverse, paste the binary and switch the direction to Code → Text, it works with space-separated groups or with one continuous run of bits.
SOS in Morse is "... --- ...", three dots, three dashes, three dots. It became famous for being simple to transmit and recognize even under poor signal conditions.
Morse does not distinguish uppercase from lowercase, there is only one code per letter, so that information is never stored in the first place. Decoding uses lowercase by convention.
Yes. Besides the 26 letters, digits 0 to 9 and common punctuation marks (. , ? ! / ( ) & : ; = + - _ " $ @) have their own Morse code and are converted both ways.
All translation happens in your browser. No text is ever sent to a server, safe for passwords, tokens and sensitive data.