Binary to ASCII

Convert Binary to ASCII with our free tool.

Result
-

Binary to ASCII

ASCII (American Standard Code for Information Interchange) is a character encoding standard found in many computers and digital systems. ASCII maps human characters (such as Aa, Bb, Cc) to 7-bit binary numbers that can be processed by computers. In the standard ASCII set, there are 128 characters, including all lowercase and uppercase letters, the digits 0-9, common symbols such as (+-./-<>) and some control characters.

If working at a binary level within a system then it may be useful to map these binary to ASCII characters. You can check you have done this correctly with our free binary to ASCII converter above or in our handy conversion table below.

How to convert binary to ASCII code?

To convert binary to ASCII code manually you should follow our step-by-step procedure below:

  1. First we need to group the binary digits in bytes (8-bits).
  2. This means that each group now corresponds to 1 ASCII character.
  3. For each 8 group bit convert the binary number to decimal. If you don’t know how to do this take a look at our free binary-to-decimal converter or print out a copy of the binary-to-decimal conversion table.
  4. Look up the decimal number in an ASCII table below to find the corresponding character.
  5. Combine all characters to complete your result.

How to use the binary to ASCII converter

  1. Enter you number in binary (1s and 0s) in the top input box.
  2. You can seperate text characters by spaces.
  3. Click convert to convert the binary input to ASCII. The result will be found below.
  4. You can copy the input using the copy button above the calculator.
  5. You can reset the input with the reset button also above the calcualtor.

Binary to ASCII Table

BinaryDecimalASCIIBinaryDecimalASCIIBinaryDecimalASCII
00000000NUL010100040(100000064@
00000011SOH010100141)100000165A
00000102STX010101042*100001066B
00000113ETX010101143+100001167C
00001004EOT010110044,100010068D
00001015ENQ010110145-100010169E
00001106ACK010111046.100011070F
00001117BEL010111147/100011171G
00010008BS0110000480100100072H
00010019HT0110001491100100173I
000101010LF0110010502100101074J
000101111VT0110011513100101175K
000110012FF0110100524100110076L
000110113CR0110101535100110177M
000111014SO0110110546100111078N
000111115SI0110111557100111179O
001000016DLE0111000568101000080P
001000117DC10111001579101000181Q
001001018DC2011101058:101001082R
001001119DC3011101159;101001183S
001010020DC4011110060<101010084T
001010121NAK011110161=101010185U
001011022SYN011111062>101011086V
001011123ETB011111163?101011187W
001100024CAN100000064@101100088X
001100125EM100000165A101100189Y
001101026SUB100001066B101101090Z
001101127ESC100001167C101101191[
001110028FS100010068D101110092\
001110129GS100010169E101110193]
001111030RS100011070F101111094^
001111131US100011171G101111195_
010000032SPACE110000096`110000197a
010000133!110001098b110001199c
0100010341100100100d1100101101e
010001135#1100110102f1100111103g
010010036$1101000104h1101001105i
010010137%1101010106j1101011107k
010011038&1101100108l1101110109m
0100111391101110109n1101111110o
010100040(1110000111p1110001112q
010100141)1110001112p1110010113q
010101042*1110011114r1110100115s
010101143+1110101116t1110110117u
010110044,1110111117v1111000119w
010110145-1111001120x1111010121y
010111046.1111011122z1111100124
010111147/1111101125}1111110126~
1111111127DEL

Lower Case Letters Binary to ASCII Table

LetterASCII DecimalBinaryLetterASCII DecimalBinary
a9701100001n11001101110
b9801100010o11101101111
c9901100011p11201110000
d10001100100q11301110001
e10101100101r11401110010
f10201100110s11501110011
g10301100111t11601110100
h10401101000u11701110101
i10501101001v11801110110
j10601101010w11901110111
k10701101011x12001111000
l10801101100y12101111001
m10901101101z12201111010

Upper Case Letters Binary to ASCII Table

LetterASCII DecimalBinaryLetterASCII DecimalBinary
A6501000001N7801001110
B6601000010O7901001111
C6701000011P8001010000
D6801000100Q8101010001
E6901000101R8201010010
F7001000110S8301010011
G7101000111T8401010100
H7201001000U8501010101
I7301001001V8601010110
J7401001010W8701010111
K7501001011X8801011000
L7601001100Y8901011001
M7701001101Z9001011010