TABLE OF ASCII CODES Columns within each pair of vertical lines are: Decimal value, Hex value, Ascii symbol, meaning (control characters only) +-------------------------------+---------+----------+-----------------+ | 0 00 ^@ \0 Null character | 32 20 | 64 40 @ | 96 60 ` | | 1 01 ^A Start of header | 33 21 ! | 65 41 A | 97 61 a | | 2 02 ^B Start of text | 34 22 " | 66 42 B | 98 62 b | | 3 03 ^C End of text | 35 23 # | 67 43 C | 99 63 c | +-------------------------------+---------+----------+-----------------+ | 4 04 ^D End of transmission | 36 24 $ | 68 44 D | 100 64 d | | 5 05 ^E Enquiry | 37 25 % | 69 45 E | 101 65 e | | 6 06 ^F Acknowledge | 38 26 & | 70 46 F | 102 66 f | | 7 07 ^G Audible bell (\a) | 39 27 ' | 71 47 G | 103 67 g | +-------------------------------+---------+----------+-----------------+ | 8 08 ^H Backspace (\b) | 40 28 ( | 72 48 H | 104 68 h | | 9 09 ^I Horizontal tab (\t) | 41 29 ) | 73 49 I | 105 69 i | | 10 0a ^J Line feed (\n) | 42 2a * | 74 4a J | 106 6a j | | 11 0b ^K Vertical tab (\v) | 43 2b + | 75 4b K | 107 6b k | +-------------------------------+---------+----------+-----------------+ | 12 0c ^L Form feed (\f) | 44 2c , | 76 4c L | 108 6c l | | 13 0d ^M Carriage return (\r) | 45 2d - | 77 4d M | 109 6d m | | 14 0e ^N Shift out | 46 2e . | 78 4e N | 110 6e n | | 15 0f ^O Shift in | 47 2f / | 79 4f O | 111 6f o | +-------------------------------+---------+----------+-----------------+ | 16 10 ^P Data link escape | 48 30 0 | 80 50 P | 112 70 p | | 17 11 ^Q Device control 1 | 49 31 1 | 81 51 Q | 113 71 q | | 18 12 ^R Device control 2 | 50 32 2 | 82 52 R | 114 72 r | | 19 13 ^S Device control 3 | 51 33 3 | 83 53 S | 115 73 s | +-------------------------------+---------+----------+-----------------+ | 20 14 ^T Device control 4 | 52 34 4 | 84 54 T | 116 74 t | | 21 15 ^U Negative acknowledge | 53 35 5 | 85 55 U | 117 75 u | | 22 16 ^V Synchronous idle | 54 36 6 | 86 56 V | 118 76 v | | 23 17 ^W End of transmit block| 55 37 7 | 87 57 W | 119 77 w | +-------------------------------+---------+----------+-----------------+ | 24 18 ^X Cancel | 56 38 8 | 88 58 X | 120 78 x | | 25 19 ^Y End of Medium | 57 39 9 | 89 59 Y | 121 79 y | | 26 1a ^Z Substutute | 58 3a : | 90 5a Z | 122 7a z | | 27 1b ^[ Escape | 59 3b ; | 91 5b [ | 123 7b { | +-------------------------------+---------+----------+-----------------+ | 28 1c ^\ File separator | 60 3c < | 92 5c \ | 124 7c | | | 29 1d ^] Group separator | 61 3d = | 93 5d ] | 125 7d } | | 30 1e ^^ Record separator | 62 3e > | 94 5e ^ | 126 7e ~ | | 31 1f ^_ Unit separator | 63 3f ? | 95 5f _ | 127 7f ^? Delete| +-------------------------------+---------+----------+-----------------+