Binary to ASCII Text Conversion Tool

ASCII (American Standard Code for Information Interchange) characters are 7-bit character code where every single bit represents a unique character and those character code range from 0x00 to 0x7F. 7 bits are needed to encode any ASCII character to binary. An 8th bit is used as a parity bit to find transmission errors. These 8 bits (1 byte) also allow us to represent a greater range of characters known as extended ASCII; those with code points in the range from 0x00 to 0xFF. Binary is a representation of 1’s and 0’s, the binary code assigns a pattern of binary digits, also known as bits, to each character, instruction, etc. Binary code is the end product of all code written through programming languages. This tool accepts any character from the extended ASCII character set and will convert it ton Binary. This tool will also accept any binary and convert it to ASCII characters.

Extended ASCII

Binary

ASCII – Decimal – Binary Character Table

CharacterDecimalBinaryCharacterDecimalBinaryCharacterDecimalBinary
!03300100001A06501000001a09701100001
03400100010B06601000010b09801100010
#03500100011C06701000011c09901100011
$03600100100D06801000100d10001100100
%03700100101E06901000101e10101100101
&03800100110F07001000110f10201100110
03900100111G07101000111g10301100111
(04000101000H07201001000h10401101000
)04100101001I07301001001i10501101001
*04200101010J07401001010j10601101010
+04300101011K07501001011k10701101011
,04400101100L07601001100l10801101100
04500101101M07701001101m10901101101
.04600101110N07801001110n11001101110
/04700101111O07901001111o11101101111
004800110000P08001010000p11201110000
104900110001Q08101010001q11301110001
205000110010R08201010010r11401110010
305100110011S08301010011s11501110011
405200110100T08401010100t11601110100
505300110101U08501010101u11701110101
605400110110V08601010110v11801110110
705500110111W08701010111w11901110111
805600111000X08801011000x12001111000
905700111001Y0890101100]]y12101111001
:05800111010Z09001011010z12201111010
;05900111011[09101011011{12301111011
<06000111100\09201011100|12401111100
=06100111101]09301011101}12501111101
>06200111110^09401011110~12601111110
?06300111111_09501011111 12701111111
@06401000000`09601100000