ASCII Alphanumeric Code

The American Standard Code for Information Interchange (ASCII) is the standard alphanumeric code for keyboards and a host of other data interchange tasks. Letters, numbers, and single keystroke commands are represented by a seven-bit word. Typically a strobe bit or start bit is sent first, followed by the code with LSB first. Being a 7-bit code, it has 2^7 or 128 possible code groups.

Code Table
Index

Electronics concepts

Digital Circuits
 
HyperPhysics*****Electricity and magnetismR Nave
Go Back









ASCII Alphanumeric Code

Char7 bit ASCIIHEXChar7 bit ASCIIHEXChar7 bit ASCIIHEX
A100 000141a110 0001610011 000030
B100 001042b110 0010621011 000131
C100 001143c110 0011632011 001032
D100 010044d110 0100643011 001133
E100 010145e110 0101654011 010034
F100 011046f110 0110665011 010135
G100 011147g110 0111676011 011036
H100 100048h110 1000687011 011137
I100 100149i110 1001698011 100038
J100 10104Aj110 10106A9011 100139
K100 10114Bk110 10116Bblank010 000020
L100 11004Cl110 11006C.010 11102E
M100 11014Dm110 11016D(010 100028
N100 11104En110 11106E+010 10112B
O100 11114Fo110 11116F$010 010024
P101 000050p111 000070*010 10102A
Q101 000151q111 000171)010 100129
R101 001052r111 001072-010 11012D
S101 001153s111 001173/010 11112F
T101 010054t111 010074,010 11002C
U101 010155u111 010175=011 11013D
V101 011056v111 011076RETURN000 11010D
W101 011157w111 011177LNFEED000 10100A
X101 100058x111 1000780011 000030
Y101 100159y111 1001790011 000030
Z101 10105Az111 10107A0011 000030
Discussion of ASCII Code
Index

Electronics concepts

Digital Circuits
 
HyperPhysics*****Electricity and magnetismR Nave
Go Back