ASCII character table

ASCII character table

(character)The following list gives the octal, decimal andhexadecimal ASCII codes for each character along with itsprinted representation and common name(s).

Oct Dec Hex Name000 0 0x00 NUL001 1 0x01 SOH, Control-A002 2 0x02 STX, Control-B003 3 0x03 ETX, Control-C004 4 0x04 EOT, Control-D005 5 0x05 ENQ, Control-E006 6 0x06 ACK, Control-F007 7 0x07 BEL, Control-G010 8 0x08 BS, backspace, Control-H011 9 0x09 HT, tab, Control-I012 10 0x0a LF, line feed, newline, Control-J013 11 0x0b VT, Control-K014 12 0x0c FF, form feed, NP, Control-L015 13 0x0d CR, carriage return, Control-M016 14 0x0e SO, Control-N017 15 0x0f SI, Control-O020 16 0x10 DLE, Control-P021 17 0x11 DC1, XON, Control-Q022 18 0x12 DC2, Control-R023 19 0x13 DC3, XOFF, Control-S024 20 0x14 DC4, Control-T025 21 0x15 NAK, Control-U026 22 0x16 SYN, Control-V027 23 0x17 ETB, Control-W030 24 0x18 CAN, Control-X031 25 0x19 EM, Control-Y032 26 0x1a SUB, Control-Z033 27 0x1b ESC, escape034 28 0x1c FS035 29 0x1d GS036 30 0x1e RS037 31 0x1f US040 32 0x20 space041 33 0x21 !, exclamation mark042 34 0x22 ", double quote043 35 0x23 #, hash044 36 0x24 $, dollar045 37 0x25 %, percent046 38 0x26 &, ampersand047 39 0x27 ', quote050 40 0x28 (, open parenthesis051 41 0x29 ), close parenthesis052 42 0x2a *, asterisk053 43 0x2b +, plus054 44 0x2c ,, comma055 45 0x2d -, minus056 46 0x2e ., full stop057 47 0x2f /, oblique stroke060 48 0x30 0, zero061 49 0x31 1062 50 0x32 2063 51 0x33 3064 52 0x34 4065 53 0x35 5066 54 0x36 6067 55 0x37 7070 56 0x38 8071 57 0x39 9072 58 0x3a :, colon073 59 0x3b ;, semicolon074 60 0x3c , greater than077 63 0x3f ?, question mark0100 64 0x40 @, commercial at0101 65 0x41 A0102 66 0x42 B0103 67 0x43 C0104 68 0x44 D0105 69 0x45 E0106 70 0x46 F0107 71 0x47 G0110 72 0x48 H0111 73 0x49 I0112 74 0x4a J0113 75 0x4b K0114 76 0x4c L0115 77 0x4d M0116 78 0x4e N0117 79 0x4f O0120 80 0x50 P0121 81 0x51 Q0122 82 0x52 R0123 83 0x53 S0124 84 0x54 T0125 85 0x55 U0126 86 0x56 V0127 87 0x57 W0130 88 0x58 X0131 89 0x59 Y0132 90 0x5a Z0133 91 0x5b [, open square bracket0134 92 0x5c \\, backslash0135 93 0x5d ], close square bracket0136 94 0x5e ^, caret0137 95 0x5f _, underscore0140 96 0x60 `, back quote0141 97 0x61 a0142 98 0x62 b0143 99 0x63 c0144 100 0x64 d0145 101 0x65 e0146 102 0x66 f0147 103 0x67 g0150 104 0x68 h0151 105 0x69 i0152 106 0x6a j0153 107 0x6b k0154 108 0x6c l0155 109 0x6d m0156 110 0x6e n0157 111 0x6f o0160 112 0x70 p0161 113 0x71 q0162 114 0x72 r0163 115 0x73 s0164 116 0x74 t0165 117 0x75 u0166 118 0x76 v0167 119 0x77 w0170 120 0x78 x0171 121 0x79 y0172 122 0x7a z0173 123 0x7b , open curly bracket 0174 124 0x7c |, vertical bar 0175 125 0x7d , close curly bracket0176 126 0x7e ~, tilde0177 127 0x7f delete

See NUL, SOH, STX, ETX, ETX, EOT, ENQ, ACK,BEL, BS, HT, line feed, VT, FF, CR, SO, SI,DLE, XON, DC1, DC2, DC3, DC4, NAK, SYN, ETB,CAN, EM, SUB, ESC, FS, GS, RS, US, space,exclamation mark, double quote, hash, dollar,percent, ampersand, quote, open parenthesis, close parenthesis, asterisk, plus, comma, minus, full stop, oblique stroke, colon, semicolon, less than,equals, greater than, question mark, commercial at,open square bracket, backslash, close square bracket,caret, underscore, back quote, open curly bracket,vertical bar, close curly bracket, tilde, delete.