Skip to content
iTextKitTools

Binary Translator

Translate text to binary instantly. Each character is encoded as its 8-bit value using standard UTF-8/ASCII code points — the same representation computers use.

Result

The result will appear here…

How to use the Binary Translator

  1. 1Type or paste your text above.
  2. 2Read the 8-bit binary, grouped per character.
  3. 3Copy it with one click.

What is binary code?

Binary is the base-2 number system computers use, built from just two digits: 0 and 1. Every letter, number and symbol maps to a code point, which is stored in binary. Eight binary digits (bits) make one byte, enough to represent a standard character.

Binary Translator reference chart

Quick reference for letters A–Z and digits 0–9.

a01100001
b01100010
c01100011
d01100100
e01100101
f01100110
g01100111
h01101000
i01101001
j01101010
k01101011
l01101100
m01101101
n01101110
o01101111
p01110000
q01110001
r01110010
s01110011
t01110100
u01110101
v01110110
w01110111
x01111000
y01111001
z01111010
000110000
100110001
200110010
300110011
400110100
500110101
600110110
700110111
800111000
900111001

Frequently asked questions

How do I read binary back to text?+

Use our Binary to Text tool — paste 8-bit groups separated by spaces and it decodes them.