Skip to content

"I miss you" in Binary

The text "I miss you" written in 8-bit binary (ASCII/UTF-8) is:

01101001 00100000 01101101 01101001 01110011 01110011 00100000 01111001 01101111 01110101
Translate your own text to binary →

Letter by letter

CharacterBinary
i01101001
(space)00100000
m01101101
i01101001
s01110011
s01110011
(space)00100000
y01111001
o01101111
u01110101

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