To use this binary to ASCII text converter tool, enter a binary value and push the convert button.
Eg. 01000101 01111000 01100001 01101101 01110000 01101100 01100101, to get “Example” as an ASCII text.
Use the RESET button to clear the calculator.
SWAP button will help you to switch between Text to Binary and Hex.
Binary | ASCII | Binary | ASCII |
110000 | 0 | 110101 | 5 |
110001 | 1 | 110110 | 6 |
110010 | 2 | 110111 | 7 |
110011 | 3 | 111000 | 8 |
110100 | 4 | 111001 | 9 |
1000001 | A | 1100001 | a |
1000010 | B | 1100010 | b |
1000011 | C | 1100011 | c |
1000100 | D | 1100100 | d |
1000101 | E | 1100101 | e |
1000110 | F | 1100110 | f |
1000111 | G | 1100111 | g |
1001000 | H | 1101000 | h |
1001001 | I | 1101001 | i |
1001010 | J | 1101010 | j |
1001011 | K | 1101011 | k |
1001100 | L | 1101100 | l |
1001101 | M | 1101101 | m |
1001110 | N | 1101110 | n |
1001111 | O | 1101111 | o |
1010000 | P | 1110000 | p |
1010001 | Q | 1110001 | q |
1010010 | R | 1110010 | r |
1010011 | S | 1110011 | s |
1010100 | T | 1110100 | t |
1010101 | U | 1110101 | u |
1010110 | V | 1110110 | v |
1010111 | W | 1110111 | w |
1011000 | X | 1111000 | x |
1011001 | Y | 1111001 | y |
1011010 | Z | 1111010 | z |
100001 | ! | 111101 | = |
100010 | “ | 111110 | > |
100011 | # | 111111 | ? |
100100 | $ | 1000000 | @ |
100101 | % | 1011011 | [ |
100110 | & | 1011100 | |
100111 | ‘ | 1011101 | ] |
101000 | ( | 1011110 | ^ |
101001 | ) | 1011111 | _ |
101010 | * | 1100000 | ` |
101011 | + | 1111011 | { |
101100 | , | 1111100 | | |
101101 | – | 1111101 | } |
101110 | . | 1111110 | ~ |
101111 | / | 1111111 | DEL |
111010 | : | 111100 | < |
111011 | ; |