ASCII to Binary

A simple tool that converts ASCII letters to binary bits. You can translate your ASCII text to binary bits by copy-paste your ASCII text in the input area or upload file from your computer. Save this tool as favourite for quick access.

Remove Ads
Words Limit/Search : 50
Upto 30k Words Go Pro

Upload File
Remove Ads
Remove Ads

Share on Social Media:

First, let's clarify what you mean by "ASCII". ASCII is a character encoding standard that assigns unique numerical values to letters, digits, and other symbols. Each character in the ASCII table is represented by a unique number between 0 and 127.

To convert an ASCII character to binary, you can follow these steps:

Look up the ASCII value of the character. You can use an ASCII table to do this. Let's say we want to convert the letter "A". The ASCII value of "A" is 65.

Convert the decimal value to binary. To do this, divide the decimal value by 2 repeatedly until you reach 0, and write down the remainder each time. Then, read the remainders from bottom to top to get the binary value. For example, to convert 65 to binary:

So the binary value of 65 is 1000001.

65 ÷ 2 = 32, remainder 1
32 ÷ 2 = 16, remainder 0
16 ÷ 2 = 8, remainder 0
8 ÷ 2 = 4, remainder 0
4 ÷ 2 = 2, remainder 0
2 ÷ 2 = 1, remainder 0
1 ÷ 2 = 0, remainder 1

Add leading zeros if necessary. Since each ASCII character is represented by 7 bits, you may need to add leading zeros to the binary value to make it 7 bits long. In this case, the binary value of 65 is already 7 bits long.

So the binary representation of the ASCII character "A" is 01000001.

You can repeat these steps for any ASCII character you want to convert to binary using the chart below.

However, to save you from the stress of manual calculation, you can use this simple ASCII to Binary converter by Myfavetools.

Related Tools: Text-to-binary converter | Binary-to-HEX Converter | HEX to Binary Converter | Binary to ASCII | ASCII to binary | Binary to Decimal | Text to ASCII | Decimal to HEX

ASCII to Binary Conversion Table

ASCIIBinary
NUL00000000
SOH00000001
STX00000010
ETX00000011
EOT00000100
ENQ00000101
ACK00000110
BEL00000111
BS00001000
HT00001001
LF00001010
VT00001011
FF00001100
CR00001101
SO00001110
SI00001111
DLE00010000
DC100010001
DC200010010
DC300010011
DC400010100
NAK00010101
SYN00010110
ETB00010111
CAN00011000
EM00011001
SUB00011010
ESC00011011
FS00011100
GS00011101
RS00011110
US00011111
Space00100000
!00100001
"00100010
#00100011
$00100100
%00100101
&00100110
'00100111
(00101000
)00101001
*00101010
+00101011
-00101101
.00101110
/00101111
000110000
100110001
200110010
300110011
400110100
500110101
600110110
700110111
800111000
900111001
:00111010
;00111011
<00111100
=00111101
>00111110
?00111111
@01000000
A01000001
B01000010
C01000011
D01000100
E01000101
F01000110
G01000111
H01001000
I01001001
J01001010
K01001011
L01001100
M01001101
N01001110
O01001111
P01010000
Q01010001
R01010010
S01010011
T01010100
U01010101
V01010110
W01010111
X01011000
Y01011001
Z01011010
[01011011
\01011100
]01011101
^01011110
_01011111
`01100000
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
{01111011
|01111100
}01111101
~01111110
DEL01111111

 

ads

Please disable your ad blocker!

We understand that ads can be annoying, but please bear with us. We rely on advertisements to keep our website online. Could you please consider whitelisting our website? Thank you!