dec name oct hex bin ctl longname 0 NUL 000 00 00000000 ^@ null 1 SOH 001 01 00000001 ^A start of heading 2 STX 002 02 00000010 ^B start of text 3 ETX 003 03 00000011 ^C end of text 4 EOT 004 04 00000100 ^D end of transmission 5 ENQ 005 05 00000101 ^E enquiry 6 ACK 006 06 00000110 ^F acknowledgement 7 BEL 007 07 00000111 ^G bell 8 BS 010 08 00001000 ^H backspace 9 HT 011 09 00001001 ^I horizontal tab 10 LF 012 0a 00001010 ^J line feed 11 VT 013 0b 00001011 ^K vertical tab 12 FF 014 0c 00001100 ^L form feed 13 CR 015 0d 00001101 ^M carriage return 14 SO 016 0e 00001110 ^N shift out 15 SI 017 0f 00001111 ^O shift in 16 DLE 020 10 00010000 ^P data link escape 17 DC1 021 11 00010001 ^Q device control one 18 DC2 022 12 00010010 ^R device control two 19 DC3 023 13 00010011 ^S device control three 20 DC4 024 14 00010100 ^T device control four 21 NAK 025 15 00010101 ^U negative acknowledgement 22 SYN 026 16 00010110 ^V synchronous idle 23 ETB 027 17 00010111 ^W end of transmission block 24 CAN 030 18 00011000 ^X cancel 25 EM 031 19 00011001 ^Y end of medium 26 SUB 032 1a 00011010 ^Z substitute 27 ESC 033 1b 00011011 ^[ escape 28 FS 034 1c 00011100 ^\ file separator 29 GS 035 1d 00011101 ^] group separator 30 RS 036 1e 00011110 ^^ record separator 31 US 037 1f 00011111 ^_ unit separator 32 SP 040 20 00100000 33 ! 041 21 00100001 ! 34 " 042 22 00100010 " 35 # 043 23 00100011 # 36 $ 044 24 00100100 $ 37 % 045 25 00100101 % 38 & 046 26 00100110 & 39 ' 047 27 00100111 ' 40 ( 050 28 00101000 ( 41 ) 051 29 00101001 ) 42 * 052 2a 00101010 * 43 + 053 2b 00101011 + 44 , 054 2c 00101100 , 45 - 055 2d 00101101 - 46 . 056 2e 00101110 . 47 / 057 2f 00101111 / 48 0 060 30 00110000 0 49 1 061 31 00110001 1 50 2 062 32 00110010 2 51 3 063 33 00110011 3 52 4 064 34 00110100 4 53 5 065 35 00110101 5 54 6 066 36 00110110 6 55 7 067 37 00110111 7 56 8 070 38 00111000 8 57 9 071 39 00111001 9 58 : 072 3a 00111010 : 59 ; 073 3b 00111011 ; 60 < 074 3c 00111100 < 61 = 075 3d 00111101 = 62 > 076 3e 00111110 > 63 ? 077 3f 00111111 ? 64 @ 100 40 01000000 @ 65 A 101 41 01000001 A 66 B 102 42 01000010 B 67 C 103 43 01000011 C 68 D 104 44 01000100 D 69 E 105 45 01000101 E 70 F 106 46 01000110 F 71 G 107 47 01000111 G 72 H 110 48 01001000 H 73 I 111 49 01001001 I 74 J 112 4a 01001010 J 75 K 113 4b 01001011 K 76 L 114 4c 01001100 L 77 M 115 4d 01001101 M 78 N 116 4e 01001110 N 79 O 117 4f 01001111 O 80 P 120 50 01010000 P 81 Q 121 51 01010001 Q 82 R 122 52 01010010 R 83 S 123 53 01010011 S 84 T 124 54 01010100 T 85 U 125 55 01010101 U 86 V 126 56 01010110 V 87 W 127 57 01010111 W 88 X 130 58 01011000 X 89 Y 131 59 01011001 Y 90 Z 132 5a 01011010 Z 91 [ 133 5b 01011011 [ 92 \ 134 5c 01011100 \ 93 ] 135 5d 01011101 ] 94 ^ 136 5e 01011110 ^ 95 _ 137 5f 01011111 _ 96 ` 140 60 01100000 ` 97 a 141 61 01100001 a 98 b 142 62 01100010 b 99 c 143 63 01100011 c 100 d 144 64 01100100 d 101 e 145 65 01100101 e 102 f 146 66 01100110 f 103 g 147 67 01100111 g 104 h 150 68 01101000 h 105 i 151 69 01101001 i 106 j 152 6a 01101010 j 107 k 153 6b 01101011 k 108 l 154 6c 01101100 l 109 m 155 6d 01101101 m 110 n 156 6e 01101110 n 111 o 157 6f 01101111 o 112 p 160 70 01110000 p 113 q 161 71 01110001 q 114 r 162 72 01110010 r 115 s 163 73 01110011 s 116 t 164 74 01110100 t 117 u 165 75 01110101 u 118 v 166 76 01110110 v 119 w 167 77 01110111 w 120 x 170 78 01111000 x 121 y 171 79 01111001 y 122 z 172 7a 01111010 z 123 { 173 7b 01111011 { 124 | 174 7c 01111100 | 125 } 175 7d 01111101 } 126 ~ 176 7e 01111110 ~ 127 DEL 177 7f 01111111 ^? delete