Skip to content

"Happy birthday" in Binary

The text "Happy birthday" written in 8-bit binary (ASCII/UTF-8) is:

01101000 01100001 01110000 01110000 01111001 00100000 01100010 01101001 01110010 01110100 01101000 01100100 01100001 01111001
Translate your own text to binary →

Letter by letter

CharacterBinary
h01101000
a01100001
p01110000
p01110000
y01111001
(space)00100000
b01100010
i01101001
r01110010
t01110100
h01101000
d01100100
a01100001
y01111001

How text becomes binary

Each character has a numeric code (ASCII/UTF-8), and that code is written as an 8-bit binary byte - lowercase h is 104, which is 01101000. String the bytes together and you have the whole phrase in binary. Decode binary back to text with the binary to text converter, or look up any letter in the alphabet in binary table.

More phrases in binary