Software and eBooks for your Palm-powered PDA.


Google

A Binary Code for Representation of Text Data

The American Standard Code for Information Interchange is a code that was invented late in the first decade of the Rock-n-Roll era in order to facilitate the electronic storage and distribution of textual data. The ASCII code associates each of a limited number of graphic characters (a letter, digit, or special symbol) and special commands with a number. ASCII is not the only method of storing and communicating text data on electronic media, but it has some significant advantages over other methods, which include

  1. it is a standard code, understood throughout the world,
  2. it is compact (ASCII documents require less space for storage than most other formats), and
  3. it facilitates searches for content.

Computers store many text documents as files, which are actually just sequences of numbers. The numbers get into the computer by way of a human interface device, such as a keyboard, which translates the graphic characters (of the keys) into the numbers that the computer understands. These sequences of numbers are then easily transfered from one computer to another and to other human interface devices, such as display screens and printers, which translate the numbers back into graphic characters.

ASCII can be divided into two parts, the first part of the ASCII set is a representation of some special commands that computers use to communicate with each other and with other electronic devices. The commands are:

ASCII Commands
VALUECOMMANDVALUECOMMANDVALUE COMMAND
0NUL 1SOH 2STX
3ETX 4EOT 5ENQ
6ACK 7BEL 8BS
9HT 10LF 11VT
12FF 13CR 14SO
15SI 16DLE17DC1
18DC219DC320DC4
21NAK22SYN23ETB
24CAN25EM 26SUB
27ESC28FS 29GS
30RS 31US 32SP


The second part of the ASCII set is a translation map for graphic characters.

ASCII Graphics
VALUEGRAPHICVALUEGRAPHIC VALUEGRAPHIC
33! 34" 35#
36$ 37% 38&
39' 40( 41)
42* 43+ 44,
45- 46. 47/
480 491 502
513 524 535
546 557 568
579 58: 59;
60< 61= 62>
63? 64@ 65A
66B 67C 68D
69E 70F 71G
72H 73I 74J
75K 76L 77M
78N 79O 80P
81Q 82R 83S
84T 85U 86V
87W 88X 89Y
90Z 91[ 92\
93] 94^ 95_
96` 97a 98b
99c100d101e
102f103g104h
105i106j107k
108l109m110n
111o112p113q
114r115s116t
117u118v119w
120x121y122z
123{124|125}
126~ 


The last element of the ASCII set really belongs in the first group, since it is also a command.

VALUECOMMAND
127DEL

ASCII is a subset of ISO-8859.

Return to Top of Page



Rique's Tutorials HTML ASCII Commands
Rique's Navbar