Appendix E

ASCII Code Conversion Chart

This chart can be used to convert between the different names for ASCII codes. The codes from 0 to 32 have both decimal and hexideci- ma1 numbers, abbreviations, and the control keys used to type them. The codes above 32 have the character that prints instead of the abbreviation .

Decimal

Hexadecimal

0

00

1

01

2

02

3

03

4

04

5

05

6

06

7

07

8

08

9

09

10

0A

11

0B

12

0C

13

0D

14

0E

15

0F

16

10

17

11

18

12

19

13

20

14

21

15

22

16

23

17

24

18

Abbreviation

Control key

<NUL>

Control-@

<SOH>

Control-A

<STX>

Control-B

<ETX>

Control-C

<EOT>

Control-D

<ENQ>

Control-E

<ACK>

Control-F

<BEL>

Control-G

<BS>

Control-H

<HT>

Control-I

<LF>

Control-J

<VT>

Control-K

<FF>

Control-L

<CR>

Control-M

<SO>

Control-N

<SI>

Control-O

<DLE>

Control-P

<DC1>

Control-Q

<DC2>

Control-R

<DC3>

Control-S

<DC4)

Control-T

<NAK>

Control-U

<SYN>

Control-V

<ETB>

Control-W

<CAN>

Control-X

87