namespectrum / Binary / Olivia

Olivia in binary

Olivia in binary: the exact UTF-8 bytes your computer stores, bit by bit, letter by letter.

Try:

01001111 01101100 01101001 01110110 01101001 01100001

Character by character

O01001111
l01101100
i01101001
v01110110
i01101001
a01100001

Olivia in binary: the exact UTF-8 bytes a computer stores when it saves this name, rendered as eight-bit groups. Plain letters take one byte each. The breakdown below shows each character.

How it works

Computers store text as numbers. UTF-8, the encoding almost the whole internet uses, turns each character into one or more bytes of eight bits. What you see here is your name exactly as a computer keeps it, capitals and all: change one letter’s case and the bits change with it.

Plain English letters fit in one byte each. Accented letters take two: type José and watch the é unfold into sixteen bits.

More