Data Structures and Algorithms with Object-Oriented Design Patterns in C#
next up previous contents index

Character Codes

 

 

 

bits 2-0

bits 6-3

01234567
0 NUL SOH STX ETX EOT ENQ ACK BEL
1 BS HT NL VT NP CR SO SI
2 DLE DC1 DC2 DC3 DC4 NAK SYN ETB
3 CAN EM SUB ESC FS GS RS US
4 SP !"#$%&'
5()*+,-./
601234567
789:;<=>?
010@ABCDEFG
011HIJKLMNO
012PQRSTUVW
013XYZ[\]^_
014`abcdefg
015hijklmno
016pqrstuvw
017xyz{|}~ DEL
Table: 7-bit ASCII character set.


next up previous contents index

Bruno Copyright © 2001 by Bruno R. Preiss, P.Eng. All rights reserved.