back to index




Appendix A   (ASCII table)

source: http://www.bbsinc.com/iso8859.html


control characters:

description      abbrev  dec  hex  description   abbrev  dec  hex
null                   NUL       0    0 	start of heading       SOH       1    1 
start of text          STX       2    2 	end of text            ETX       3    3 
end of transmission    EOT       4    4 	enquiry                ENQ       5    5 
acknowledge            ACK       6    6 	bell                   BEL       7    7 
backspace              BS        8    8 	horizontal tab         HT        9    9 
line feed, new line    LF, NL   10    A 	vertical tab           VT       11    B 
form feed, new page    FF, NP   12    C 	carriage return        CR       13    D 
shift out              SO       14    E 	shift in               SI       15    F 
data link escape       DLE      16   10 	device control 1       DC1      17   11 
device control 2       DC2      18   12 	device control 3       DC3      19   13 
device control 4       DC4      20   14 	negative acknowledge   NAK      21   15 
synchronous idle       SYN      22   16 	end of trans. block    ETB      23   17 
cancel                 CAN      24   18 	end of medium          EM       25   19 
substitute             SUB      26   1A 	escape                 ESC      27   1B 
file separator         FS       28   1C 	group separator        GS       29   1D 
record separator       RS       30   1E 	unit separator         US       31   1F 

Special characters and numbers:

32, $20

!33, $21

34, $22

#35, $23

$36, $24

%37, $25

&38, $26

'39, $27

(40, $28

)41, $29

*42, $2A

+43, $2B

,44, $2C

-45, $2D

.46, $2E

/47, $2F

048, $30

149, $31

250, $32

351, $33

452, $34

553, $35

654, $36

755, $37

856, $38

957, $39

:58, $3A

;59, $3B

<60, $3C

=61, $3D

>62, $3E

?63, $3F


Uppercase characters:

@64, $40

A65, $41

B66, $42

C67, $43

D68, $44

E69, $45

F70, $46

G71, $47

H72, $48

I73, $49

J74, $4A

K75, $4B

L76, $4C

M77, $4D

N78, $4E

O79, $4F

P80, $50

Q81, $51

R82, $52

S83, $53

T84, $54

U85, $55

V86, $56

W87, $57

X88, $58

Y89, $59

Z90, $5A

[91, $5B

\92, $5C

]93, $5D

^94, $5E

_95, $5F


Lowercase characters:

`96, $60

a97, $61

b98, $62

c99, $63

d100, $64

e101, $65

f102, $66

g103, $67

h104, $68

i105, $69

j106, $6A

k107, $6B

l108, $6C

m109, $6D

n110, $6E

o111, $6F

p112, $70

q113, $71

r114, $72

s115, $73

t116, $74

u117, $75

v118, $76

w119, $77

x120, $78

y121, $79

Z122, $7A

{123, $7B

|124, $7C

}125, $7D

~126, $7E

DEL127, $7F


back to index