Figure 1-5 ASCII code. Glenn A. Gibson, Yu-Cheng Liu, MICROCOMPUTERS FOR ENGINEERS AND SCIENTISTS © 1980, Prentice-Hall, Inc.
ASCII
Char.
Hex.
Code
Control
Character
ASCII
Char.
Hex.
Code
Control
Character
ASCII
Char.
Hex.
Code
Control
Character
NULL00Null +2BV 56
SOH 01Start heading ,2CW 57
STX 02Start text -2DX 58
ETX 03End text .2EY 59
EOT 04End of transmission/2FZ 5A
ENQ 05Inquiry 030[ 5B
ACK 06Acknowledgment 131\ 5C
BEL 07Bell 232] 5D
BS 08Backspace 333^ 5E
HT 09Horizontal tab 434_ 5F
LF 0ALine feed 535` 60
VT 0BVertical tab 636a 61
FF 0CForm feed 737b 62
CR 0DCarriage return 838c 63
SO 0EShift out 939d 64
SI 0FShift in :3Ae 65
DLE 10Data link escape ;3Bf 66
DC1 11Device control 1 <3Cg 67
DC2 12Device control 2 =3Dh 68
DC3 13Device control 3 >3Ei 69
DC4 14Device control 4 ?3Fj 6A
NAK 15Neg. acknowledge @40k 6B
SYN 16Synchronous/Idle A41l 6C
ETB 17End trans. block B42m 6D
CAN 18Cancel data C43n 6E
EM 19End of medium D44o 6F
SUB 1AStart special seq. E45p 70
ESC 1BEscape F46q 71
FS 1CFile separator G47r 72
GS 1DGroup separator H48s 73
RS 1ERecord separator I49t 74
US 1FUnit separator J4Au 75
SP 20Space K4Bv 76
! 21 L4Cw 77
" 22 M4Dx 78
# 23 N4Ey 79
$ 24 O4Fz 7A
% 25 P50{ 7B
&26 Q51| 7C
' 27 R52} 7D
( 28 S53~ 7E
) 29 T54DEL7FDelete-rubout
* 2A U55

As an example, the character string

DOE,
JOHN P.-50

would correspond to the following string of bit combinations (given in hexadecimal):

             |-------------------------Carriage return
             |  |----------------------Line feed
             |  |              |-------Space
             |  |              |
44 4F 45 2C 0D 0A 4A 4F 48 4E 20 50 2E 2D 35 30
 D  O  E  ,        J  O  H  N     P  .  -  5  0

Figure 1-6 ASCII character being transmitted to a computer.


Table of Contents | Next page | Previous page

This is page 2.