7.2

ASCII Conversion Table
This appendix provides a table for converting among ASCII, hexadecimal, decimal and octal values.
Dec Hx Oct Char
0 00 000 NUL (null)
1 01 001 SOH (start of heading)
2 02 002 STX (start of text)
3 03 003 ETX (end of text)
4 04 004 EOT (end of transmission)
5 05 005 ENQ (enquiry)
6 06 006 ACK (acknowledge)
7 07 007 BEL (bell)
8 08 010 BS (backspace)
9 09 011 TAB (horizontal tab)
10 0A 012 LF (NL line feed, new line)
11 0B 013 VT (vertical tab)
12 0C 014 FF (NP form feed, new page)
13 0D 015 CR (carriage return)
14 0E 016 SO (shift out)
15 0F 017 SI (shift in)
16 10 020DLE (data link escape)
17 11 021DC1 (device control 1)
18 12 022DC2 (device control 2)
19 13 023DC3 (device control 3)
20 14 024DC4 (device control 4)
21 15 025NAK (negative acknowledge)
22 16 026SYN (synchronous idle)
23 17 027ETB (end of trans. block)
24 18 030CAN (cancel)
25 19 031EM (end of medium)
26 1A 032 SUB (substitute)
27 1B 033 ESC (escape)
28 1C 034 FS (file separator)
29 1D 035 GS (group separator)
30 1E 036 RS (record separator)
31 1F 037 US (unit separator)
32 20 040SPACE
33 21 041!
34 22 042"
35 23 043#
36 24 044$
37 25 045%
38 26 046&
39 27 047'
40 28 050(
41 29 051)
ASCII Conversion Table
©2014 Objectif Lune Inc - 71 -