HomeMorse Code SOSSOS in Binary
Binary · Morse · ASCII

SOS in Binary

SOS encoded as binary (ASCII) is 01010011 01001111 01010011. As Morse code it's ··· ——— ··· — two completely different encoding systems, both covered below.

Binary (ASCII) Morse Code Audio playback
SOS — play it now
SOS in binary (ASCII)
01010011 01001111 01010011
SOS in Morse code
··· ——— ···

Only use the real SOS signal in genuine emergencies requiring rescue.

Binary breakdown

How SOS becomes binary, step by step.

Binary encoding of text uses ASCII: each character has a decimal code number, and that number is written in base-2 (binary). SOS is three ASCII characters — S, O, S.

LetterASCII decimalBinary (8-bit)Meaning
S83010100118² position: 64+16+2+1 = 83
O790100111164+8+4+2+1 = 79
S8301010011Same as first S
Full SOS in binary:01010011 01001111 01010011

You can verify this instantly in the Binary Translator — type "SOS" on the left and the binary output matches exactly.

Morse code breakdown

How SOS became Morse code.

SOS in Morse code is ··· ——— ··· — three dots, three dashes, three dots. Unlike other Morse words, SOS is sent as one continuous sequence without the normal inter-letter pause, making it unmistakable even on a noisy signal.

SymbolPatternTiming
S···3 dots (1 unit each)
O———3 dashes (3 units each)
S···3 dots (1 unit each)
SOS (full)···———···Sent without inter-letter gaps
Key difference

Binary vs Morse — not the same thing.

These are two completely separate encoding systems that happen to both be used for SOS.

FAQ

SOS in binary, explained.

What is SOS in binary?
SOS in binary (ASCII encoding) is 01010011 01001111 01010011. Each letter is encoded as its ASCII decimal value in 8-bit binary: S = 83 = 01010011, O = 79 = 01001111, S = 83 = 01010011.
What is SOS in Morse code?
SOS in Morse code is ··· ——— ··· (three dots, three dashes, three dots). It is transmitted as one continuous sequence without letter gaps, which makes it distinct from any other Morse word and easy to recognize even with a weak signal.
What does SOS stand for?
SOS does not officially stand for anything. It was chosen purely because the pattern (three short, three long, three short) is fast to send under pressure. Common backronyms like "Save Our Ship" or "Save Our Souls" were invented after the code was already in use — they were never the official meaning.
Is the binary for SOS the same as the Morse code for SOS?
No — they are two completely different encoding systems. Binary (01010011 01001111 01010011) represents the ASCII text value of the letters S, O, S as stored in a computer. Morse code (···———···) is a time-based audio signal. Binary is for computers; Morse code is for radio and audio signalling.
How do I convert any word to binary the same way?
Use the Binary Translator — type any word and it converts to ASCII binary instantly. Or see the ASCII Table to look up any character's decimal and binary values by hand.