Free Binary Converter

New

Convert between text and binary code instantly.

Input (Text)
Output (Binary)
Common ASCII Binary Values
A
01000001
B
01000010
Z
01011010
a
01100001
z
01111010
0
00110000
9
00111001
Space
00100000
!
00100001
@
01000000
LF
00001010
Tab
00001001

About Binary Code

Binary is the fundamental language of computers. All data - text, images, videos, programs - is ultimately stored and processed as sequences of 1s and 0s. Understanding binary helps in learning how computers work at the lowest level.

Frequently Asked Questions

Binary code uses only two digits: 0 and 1. Computers use binary because they operate with electrical signals that are either on (1) or off (0). Each binary digit is called a bit.

Each character is first converted to its ASCII/Unicode number, then that number is converted to binary. For example, "A" is ASCII 65, which is 01000001 in binary.

8 bits (one byte) can represent 256 different values (0-255), which is enough for ASCII characters. UTF-8 uses 1-4 bytes for international characters.

Yes! All conversion happens locally in your browser. No data is sent to any server.

More Free Online Tools