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.
To convert binary to ASCII code manually you should follow our step-by-step procedure below:
Binary | Decimal | ASCII | Binary | Decimal | ASCII | Binary | Decimal | ASCII |
---|---|---|---|---|---|---|---|---|
0000000 | 0 | NUL | 0101000 | 40 | ( | 1000000 | 64 | @ |
0000001 | 1 | SOH | 0101001 | 41 | ) | 1000001 | 65 | A |
0000010 | 2 | STX | 0101010 | 42 | * | 1000010 | 66 | B |
0000011 | 3 | ETX | 0101011 | 43 | + | 1000011 | 67 | C |
0000100 | 4 | EOT | 0101100 | 44 | , | 1000100 | 68 | D |
0000101 | 5 | ENQ | 0101101 | 45 | - | 1000101 | 69 | E |
0000110 | 6 | ACK | 0101110 | 46 | . | 1000110 | 70 | F |
0000111 | 7 | BEL | 0101111 | 47 | / | 1000111 | 71 | G |
0001000 | 8 | BS | 0110000 | 48 | 0 | 1001000 | 72 | H |
0001001 | 9 | HT | 0110001 | 49 | 1 | 1001001 | 73 | I |
0001010 | 10 | LF | 0110010 | 50 | 2 | 1001010 | 74 | J |
0001011 | 11 | VT | 0110011 | 51 | 3 | 1001011 | 75 | K |
0001100 | 12 | FF | 0110100 | 52 | 4 | 1001100 | 76 | L |
0001101 | 13 | CR | 0110101 | 53 | 5 | 1001101 | 77 | M |
0001110 | 14 | SO | 0110110 | 54 | 6 | 1001110 | 78 | N |
0001111 | 15 | SI | 0110111 | 55 | 7 | 1001111 | 79 | O |
0010000 | 16 | DLE | 0111000 | 56 | 8 | 1010000 | 80 | P |
0010001 | 17 | DC1 | 0111001 | 57 | 9 | 1010001 | 81 | Q |
0010010 | 18 | DC2 | 0111010 | 58 | : | 1010010 | 82 | R |
0010011 | 19 | DC3 | 0111011 | 59 | ; | 1010011 | 83 | S |
0010100 | 20 | DC4 | 0111100 | 60 | < | 1010100 | 84 | T |
0010101 | 21 | NAK | 0111101 | 61 | = | 1010101 | 85 | U |
0010110 | 22 | SYN | 0111110 | 62 | > | 1010110 | 86 | V |
0010111 | 23 | ETB | 0111111 | 63 | ? | 1010111 | 87 | W |
0011000 | 24 | CAN | 1000000 | 64 | @ | 1011000 | 88 | X |
0011001 | 25 | EM | 1000001 | 65 | A | 1011001 | 89 | Y |
0011010 | 26 | SUB | 1000010 | 66 | B | 1011010 | 90 | Z |
0011011 | 27 | ESC | 1000011 | 67 | C | 1011011 | 91 | [ |
0011100 | 28 | FS | 1000100 | 68 | D | 1011100 | 92 | \ |
0011101 | 29 | GS | 1000101 | 69 | E | 1011101 | 93 | ] |
0011110 | 30 | RS | 1000110 | 70 | F | 1011110 | 94 | ^ |
0011111 | 31 | US | 1000111 | 71 | G | 1011111 | 95 | _ |
0100000 | 32 | SPACE | 1100000 | 96 | ` | 1100001 | 97 | a |
0100001 | 33 | ! | 1100010 | 98 | b | 1100011 | 99 | c |
0100010 | 34 | ” | 1100100 | 100 | d | 1100101 | 101 | e |
0100011 | 35 | # | 1100110 | 102 | f | 1100111 | 103 | g |
0100100 | 36 | $ | 1101000 | 104 | h | 1101001 | 105 | i |
0100101 | 37 | % | 1101010 | 106 | j | 1101011 | 107 | k |
0100110 | 38 | & | 1101100 | 108 | l | 1101110 | 109 | m |
0100111 | 39 | ’ | 1101110 | 109 | n | 1101111 | 110 | o |
0101000 | 40 | ( | 1110000 | 111 | p | 1110001 | 112 | q |
0101001 | 41 | ) | 1110001 | 112 | p | 1110010 | 113 | q |
0101010 | 42 | * | 1110011 | 114 | r | 1110100 | 115 | s |
0101011 | 43 | + | 1110101 | 116 | t | 1110110 | 117 | u |
0101100 | 44 | , | 1110111 | 117 | v | 1111000 | 119 | w |
0101101 | 45 | - | 1111001 | 120 | x | 1111010 | 121 | y |
0101110 | 46 | . | 1111011 | 122 | z | 1111100 | 124 | |
0101111 | 47 | / | 1111101 | 125 | } | 1111110 | 126 | ~ |
1111111 | 127 | DEL |
Letter | ASCII Decimal | Binary | Letter | ASCII Decimal | Binary |
---|---|---|---|---|---|
a | 97 | 01100001 | n | 110 | 01101110 |
b | 98 | 01100010 | o | 111 | 01101111 |
c | 99 | 01100011 | p | 112 | 01110000 |
d | 100 | 01100100 | q | 113 | 01110001 |
e | 101 | 01100101 | r | 114 | 01110010 |
f | 102 | 01100110 | s | 115 | 01110011 |
g | 103 | 01100111 | t | 116 | 01110100 |
h | 104 | 01101000 | u | 117 | 01110101 |
i | 105 | 01101001 | v | 118 | 01110110 |
j | 106 | 01101010 | w | 119 | 01110111 |
k | 107 | 01101011 | x | 120 | 01111000 |
l | 108 | 01101100 | y | 121 | 01111001 |
m | 109 | 01101101 | z | 122 | 01111010 |
Letter | ASCII Decimal | Binary | Letter | ASCII Decimal | Binary |
---|---|---|---|---|---|
A | 65 | 01000001 | N | 78 | 01001110 |
B | 66 | 01000010 | O | 79 | 01001111 |
C | 67 | 01000011 | P | 80 | 01010000 |
D | 68 | 01000100 | Q | 81 | 01010001 |
E | 69 | 01000101 | R | 82 | 01010010 |
F | 70 | 01000110 | S | 83 | 01010011 |
G | 71 | 01000111 | T | 84 | 01010100 |
H | 72 | 01001000 | U | 85 | 01010101 |
I | 73 | 01001001 | V | 86 | 01010110 |
J | 74 | 01001010 | W | 87 | 01010111 |
K | 75 | 01001011 | X | 88 | 01011000 |
L | 76 | 01001100 | Y | 89 | 01011001 |
M | 77 | 01001101 | Z | 90 | 01011010 |