SORT-MERGE/XL General User's Guide (32650-90883)
113
B ASCII/EBCDIC Character Sets
The ASCII/EBCDIC table shown below is arranged according to character code values.
Each character is represented by its decimal, octal, and hexadecimal equivalents.
To determine the ASCII code value of the character $, scan down the ASCII graphic
column until you locate $. Then read to its right to find the values 36 (decimal), 044 (octal),
or 24 (hexadecimal). This is the code value used by devices such as terminals, printers, or
the CPU to represent the character $. To find the character with the EBCDIC code value
5B (hexadecimal) locate 5B in the hexadecimal character value column and move left to the
EBCDIC graphic column containing $.
Abbreviations appearing in the table (for example NUL, SOH, STX, and ETX) are explained
following the table.
Table B-1. ASCII/EBCDIC Character Sets
ASCII
Control/Graphic
EBCDIC
Control/Graphic
Character Code Values
Decimal Octal Hexadecimal
NUL
SOH
STX
ETX
EOT
ENQ
ACK
BEL
BS
HT
LF
VT
FF
CR
SO
SI
NUL
SOH
STX
ETX
PF
HT
LC
DEL
SMM
VT
FF
CR
SO
SI
0 000 00
1 001 01
2 002 02
3 003 03
4 004 04
5 005 05
6 006 06
7 007 07
8 010 08
9 011 09
10 012 1A
11 013 0B
12 014 0C
13 015 0D
14 014 0E
15 015 0F