0
1. Short for American Standard Code for Information Interexchange, ASCII is an industry standard, which assigns letters, numbers and other characters within the 256 slots available in the 8-bit code.
The ASCII table is divided in 3 sections:
  • Non printable, system codes between 0 and 31.
  • Lower ASCII, between 32 and 127. This part of the table (as shown below) originates from older, American systems, which worked on 7-bit character tables. Foreign letters, like and were not available then.
  • Higher ASCII, between 128 and 255. This part is programmable, in that you can exchange characters based on language you want to write in. Foreign letters are placed in this part and an example is shown below.
Standard aka Lower ASCII characters and codes
DecCharDecCharDecCharDecCharDecCharDecChar
33! 491 65A 81Q 97a 113q
34" 502 66B 82R 98b 114r
35# 513 67C 83S 99c 115s
36$ 524 68D 84T 100d 116t
37% 535 69E 85U 101e 117u
38& 546 70F 86V 102f 118v
39' 557 71G 87W 103g 119w
40( 568 72H 88X 104h 120x
41) 579 73I 89Y 105i 121y
42* 58: 74J 90Z 106j 122z
43+ 59; 75K 91[ 107k 123{
44, 60< 76L 92\ 108l 124|
45- 61= 77M 93] 109m 125}
46. 62> 78N 94^ 110n 126~
47/ 63? 79O 95_ 111o 127_
480 64@ 80P 96` 112p

Extended ASCII uses eight instead of seven bits, which adds 128 additional characters. This gives extended ASCII the ability for extra characters, such as special symbols, foreign language letters, and drawing characters as shown below.
Extended aka higher ASCII characters and codes
Higher ASCII chart

Post a Comment

Blogroll

 
Top