http://www.merlyn.demon.co.uk/asciihex.txt http://www.merlyn.demon.co.uk/index.htm www.merlyn.demon.co.uk >= 2002-06-16 The ASCII Chart or Table Decimal Hex and glyph / abbreviation 000-007 | 00 nul| 01 soh| 02 stx| 03 etx| 04 eot| 05 enq| 06 ack| 07 bel| 008-015 | 08 bs | 09 ht | 0A lf | 0B vt | 0C ff | 0D cr | 0E so | 0F si | 016-023 | 10 dle| 11 dc1| 12 dc2| 13 dc3| 14 dc4| 15 nak| 16 syn| 17 etb| 024-031 | 18 can| 19 em | 1A sub| 1B esc| 1C fs | 1D gs | 1E rs | 1F us | 032-039 | 20 | 21 ! | 22 " | 23 # | 24 $ | 25 % | 26 & | 27 ' | 040-047 | 28 ( | 29 ) | 2A * | 2B + | 2C , | 2D - | 2E . | 2F / | 048-055 | 30 0 | 31 1 | 32 2 | 33 3 | 34 4 | 35 5 | 36 6 | 37 7 | 056-063 | 38 8 | 39 9 | 3A : | 3B ; | 3C < | 3D = | 3E > | 3F ? | 064-071 | 40 @ | 41 A | 42 B | 43 C | 44 D | 45 E | 46 F | 47 G | 072-079 | 48 H | 49 I | 4A J | 4B K | 4C L | 4D M | 4E N | 4F O | 080-087 | 50 P | 51 Q | 52 R | 53 S | 54 T | 55 U | 56 V | 57 W | 088-095 | 58 X | 59 Y | 5A Z | 5B [ | 5C \ | 5D ] | 5E ^ | 5F _ | 096-103 | 60 ` | 61 a | 62 b | 63 c | 64 d | 65 e | 66 f | 67 g | 104-111 | 68 h | 69 i | 6A j | 6B k | 6C l | 6D m | 6E n | 6F o | 112-119 | 70 p | 71 q | 72 r | 73 s | 74 t | 75 u | 76 v | 77 w | 120-127 | 78 x | 79 y | 7A z | 7B { | 7C | | 7D } | 7E ~ | 7F del| Adapted from Chris Torek in csy2k 1999-11-22; note that what you see for characters 032 to 126 does depend on your selected font; it is possible, although not likely, that you may see characters other than the standard ones. ASCII is, I believe, but one variety of the ISO-7 character sets. ^Z is CPM End-Of-File, inherited by DOS, etc. ASCII codes from $00-$1F ======================== Hex Dec Ctrl Code Description --- --- ---- ---- ----------- 00 0 ^@ NUL Null 01 1 ^A SOH Start of Header 02 2 ^B STX Start of Text 03 3 ^C ETX End of Text 04 4 ^D EOT End of Transmission 05 5 ^E ENQ Enquiry 06 6 ^F ACK Acknowledge 07 7 ^G BEL Bell 08 8 ^H BS Back Space 09 9 ^I HT Horizontal Tab 0A 10 ^J LF Line Feed 0B 11 ^K VT Vertical Tab 0C 12 ^L FF Form Feed 0D 13 ^M CR Carriage Return 0E 14 ^N SO Shift Out 0F 15 ^O SI Shift In 10 16 ^P DLE Data Link Escape 11 17 ^Q DC1 Device Control 1 (X-on) 12 18 ^R DC2 Device Control 2 13 19 ^S DC3 Device Control 3 (X-off) 14 20 ^T DC4 Device Control 4 15 21 ^U NAK Negative Acknowledge 16 22 ^V SYN Synchronise 17 23 ^W ETB End of Transmission Block 18 24 ^X CAN Cancel 19 25 ^Y EM End of Medium 1A 26 ^Z SUB Substitute 1B 27 ^[ ESC Escape 1C 28 ^\ FS File Separator 1D 29 ^] GS Group Separator 1E 30 ^^ RS Record Separator 1F 31 ^_ US Unit Separator -----