ASCII ChartV5
ASCII ChartV5
Char Desc Dec Hex Key Char Dec Hex HTML Char Dec Hex Char Dec Hex Char HTML Code
NUL NULL 0 00 ^@ Space 32 20 @ 64 40 ` 96 60 Space
SOH Start of Heading 1 01 ^A ! 33 21 A 65 41 a 97 61 & &
STX Start of Text 2 02 ^B " 34 22 " B 66 42 b 98 62 < <
ETX End of Text 3 03 ^C # 35 23 C 67 43 c 99 63 > >
EOT End of Transmission 4 04 ^D $ 36 24 D 68 44 d 100 64 © ©
ENQ Enquiry 5 05 ^E % 37 25 E 69 45 e 101 65 ® ®
ACK Acknoledge 6 06 ^F & 38 26 & F 70 46 f 102 66 ¹ ¹
BEL Bell 7 07 ^G ' 39 27 G 71 47 g 103 67 ² ²
BS Backspace 8 08 ^H ( 40 28 H 72 48 h 104 68 ³ ³
TAB Horizontal Tab 9 09 ^I ) 41 29 I 73 49 I 105 69 ' '
LF Line Feed 10 0A ^J * 42 2A J 74 4A j 106 6A " "
VT Home 11 0B ^K + 43 2B K 75 4B k 107 6B ¼ ¼
FF Form Feed 12 0C ^L , 44 2C L 76 4C l 108 6C ½ ½
CR Carriage Return 13 0D ^M - 45 2D M 77 4D m 109 6D ¾ ¾
SO Shift Out 14 0E ^N . 46 2E N 78 4E n 110 6E π π
SI Shift In 15 0F ^O / 47 2F O 79 4F o 111 6F ™ ™
DLE Data Link Escape 16 10 ^P 0 48 30 P 80 50 p 112 70 ∞ ∞
DC1 Device Control 1 17 11 ^Q 1 49 31 Q 81 51 q 113 71 ≠ ≠
DC2 Device Control 2 18 12 ^R 2 50 32 R 82 52 r 114 72 ≤ ≤
DC3 Device Control 3 19 13 ^S 3 51 33 S 83 53 s 115 73 ≥ ≥
DC4 Device Control 4 20 14 ^T 4 52 34 T 84 54 t 116 74 ≈ ≈
NAK Negative Acknowledge 21 15 ^U 5 53 35 U 85 55 u 117 75 ≡ ≡
SYN Syncronous Idle 22 16 ^V 6 54 36 V 86 56 v 118 76 ∑ ∑
ETB End of trans. Block 23 17 ^W 7 55 37 W 87 57 w 119 77 • •
CAN Cancel 24 18 ^X 8 56 38 X 88 58 x 120 78 … …
EM End of Medium 25 19 ^Y 9 57 39 Y 89 59 y 121 79 Δ Δ
SUB Substitute 26 1A ^Z : 58 3A Z 90 5A z 122 7A ← ←
ESC Escape 27 1B ^[ ; 59 3B [ 91 5B { 123 7B ↑ ↑
FS Cursor Right (File Seperator) 28 1C ^\ < 60 3C < \ 92 5C | 124 7C → →
GS Cursor Left (Group Seperator) 29 1D ^] = 61 3D ] 93 5D } 125 7D ↓ ↓
RS Cursor Up (Record Seperator) 30 1E ^^ > 62 3E > ^ 94 5E ~ 126 7E ↔ ↔
US Cursor Down (Unit Seperator) 31 1F ^_ ? 63 3F _ 95 5F DEL 127 7F ƒ ƒ
HTML Codes use the #& with the decimal value followed by a semi colon. Example: @ for the @ symbol.
HTML Post Operation use the % sign and the hex value. Example: Space would be %20
To obtain codes 0-31, console Control Key is pressed while simultaneously pressing the Letter Key.