0% found this document useful (0 votes)
93 views

Alphanumeric Codes

Data programing how a computer convert binary numbers to word

Uploaded by

aronkotut8
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
93 views

Alphanumeric Codes

Data programing how a computer convert binary numbers to word

Uploaded by

aronkotut8
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

COM 413

Alphanumeric Codes

Table 2: ASCII code MSBs

000 001 010 011 100 101 110 111


0000 NUL DEL Space 0 @ P p
0001 SOH DC1 ! 1 A Q a q
0010 STX DC2 “ 2 B R b r
0011 ETX DC3 # 3 C S c s
0100 EOT DC4 $ 4 D T d t
0101 ENQ NAK % 5 E U e u
L
S 0110 ACK SYN & 6 F V f v
B 0111 BEL ETB ‘ 7 G W g w
s 1000 BS CAN ( 8 H X h x
1001 HT EM ) 9 I Y i y
1010 LF SUB * : J Z j z
1011 VT ESC + ; K [ k {
1100 FF FS ’ < L \ l |
1101 CR GS - = M ] m }
1110 SO RS . > N n ~
1111 SI US / ? O _ o DLE

Abbreviations
ACK Acknowledge EM End of medium NAK -ve acknowledge
BEL Bell ENQ Enquiry NUL Null
BS Backspace EOT End of transmission RS Record separator
CAN Cancel ESC Escape SI Shift in
CR Carriage return ETB End of transmission block SO Shift out
DC1 Direct control 1 ETX End of text SOH Start text
DC2 Direct control 2 FF Form Feed STX Start text
DC3 Direct control 3 FS Form separator SUB Substitute
DC4 Direct control 4 GS Group separator SYN Synchronous idle
DEL Delete idle HT Horizontal tab US Unit separator
DLE Data link escape LF Line feed VT Vertical tab

Page 1 of 2
Table 3: The EBCDIC code MSD (Hex)

0 1 2 3 4 5 6 7 8 9 A B C D E F
0 NUL DLE DS SP & [ ] \ 0
1 SOH DCI SOS a j ~ A J 1
2 STX DC2 FS SYN / b k s B K S 2
3 ETX DC3 c l t C L T 3
4 PF RES BYP PN d m u D M U 4
5 HT NL LF RS e n v E N V 5
L
S
6 LC BS EOB YC f o w F O W 6
D 7 DEL IL PRE EOT g p x G P X 7
8 CAN h q y H Q Y 8
9 EM i r z I R Z 9
A SMM CC SM Ꝋ ! I :
B VT . $ , #
C FF IFS DC4 < * % @
D CR IGS ENQ NAK ( ) - ‘
E SO IRS ACK + ; > =
F SI IUS BEL SUB I ’ ? ’

Page 2 of 2

You might also like