click below
click below
Normal Size Small Size show me how
ascii core
core ascii characters
| Term | Definition |
|---|---|
| 0x00 | NUL (Null character) |
| 0x01 | SOH (Start of Heading) |
| 0x02 | STX (Start of Text) |
| 0x03 | ETX (End of Text) |
| 0x04 | EOT (End of Transmission) |
| 0x05 | ENQ (Enquiry) |
| 0x06 | ACK (Acknowledge) |
| 0x07 | BEL (Bell, Alert) |
| 0x08 | BS (Backspace) |
| 0x09 | HT (Horizontal Tab) |
| 0x0A | LF (Line Feed) |
| 0x0B | VT (Vertical Tabulation) |
| 0x0C | FF (Form Feed) |
| 0x0D | CR (Carriage Return) |
| 0x0E | SO (Shift Out) |
| 0x0F | SI (Shift In) |
| 0x10 | DLE (Data Link Escape) |
| 0x11 | DC1 (Device Control One (XON)) |
| 0x12 | DC2 (Device Control Two) |
| 0x13 | DC3 (Device Control Three (XOFF)) |
| 0x14 | DC4 (Device Control Four) |
| 0x15 | NAK (Negative Acknowledge) |
| 0x16 | SYN (Synchronous Idle) |
| 0x17 | ETB (End of Transmission Block) |
| 0x18 | CAN (Cancel) |
| 0x19 | EM (End of medium) |
| 0x1A | SUB (Substitute) |
| 0x1B | ESC (Escape) |
| 0x1C | FS (File Separator) |
| 0x1D | GS (Group Separator) |
| 0x1E | RS (Record Separator) |
| 0x1F | US (Unit Separator) |
| 0x20 | (Space) |
| 0x21 | ! (Exclamation mark) |
| 0x22 | " (Double quotes (or speech marks)) |
| 0x23 | # (Number sign) |
| 0x24 | $ (Dollar) |
| 0x25 | % (Per cent sign) |
| 0x26 | & (Ampersand) |
| 0x27 | ' (Single quote) |
| 0x28 | ( (Open parenthesis (or open bracket)) |
| 0x29 | ) (Close parenthesis (or close bracket)) |
| 0x2A | * (Asterisk) |
| 0x2B | + (Plus) |
| 0x2C | , (Comma) |
| 0x2D | - (Hyphen-minus) |
| 0x2E | . (Period, dot or full stop) |
| 0x2F | / (Slash or divide) |
| 0x30 | 0 (Zero) |
| 0x31 | 1 (One) |
| 0x32 | 2 (Two) |
| 0x33 | 3 (Three) |
| 0x34 | 4 (Four) |
| 0x35 | 5 (Five) |
| 0x36 | 6 (Six) |
| 0x37 | 7 (Seven) |
| 0x38 | 8 (Eight) |
| 0x39 | 9 (Nine) |
| 0x3A | : (Colon) |
| 0x3B | ; (Semicolon) |
| 0x3C | < (Less than (or open angled bracket)) |
| 0x3D | = (Equals) |
| 0x3E | > (Greater than (or close angled bracket)) |
| 0x3F | ? (Question mark) |
| 0x40 | @ (At sign) |
| 0x41 | A (Uppercase A) |
| 0x42 | B (Uppercase B) |
| 0x43 | C (Uppercase C) |
| 0x44 | D (Uppercase D) |
| 0x45 | E (Uppercase E) |
| 0x46 | F (Uppercase F) |
| 0x47 | G (Uppercase G) |
| 0x48 | H (Uppercase H) |
| 0x49 | I (Uppercase I) |
| 0x4A | J (Uppercase J) |
| 0x4B | K (Uppercase K) |
| 0x4C | L (Uppercase L) |
| 0x4D | M (Uppercase M) |
| 0x4E | N (Uppercase N) |
| 0x4F | O (Uppercase O) |
| 0x50 | P (Uppercase P) |
| 0x51 | Q (Uppercase Q) |
| 0x52 | R (Uppercase R) |
| 0x53 | S (Uppercase S) |
| 0x54 | T (Uppercase T) |
| 0x55 | U (Uppercase U) |
| 0x56 | V (Uppercase V) |
| 0x57 | W (Uppercase W) |
| 0x58 | X (Uppercase X) |
| 0x59 | Y (Uppercase Y) |
| 0x5A | Z (Uppercase Z) |
| 0x5B | [ (Opening bracket) |
| 0x5C | \ (Backslash) |
| 0x5D | ] (Closing bracket) |
| 0x5E | ^ (Caret - circumflex) |
| 0x5F | _ (Underscore) |
| 0x60 | ` (Grave accent) |
| 0x61 | a (Lowercase a) |
| 0x62 | b (Lowercase b) |
| 0x63 | c (Lowercase c) |
| 0x64 | d (Lowercase d) |
| 0x65 | e (Lowercase e) |
| 0x66 | f (Lowercase f) |
| 0x67 | g (Lowercase g) |
| 0x68 | h (Lowercase h) |
| 0x69 | i (Lowercase i) |
| 0x6A | j (Lowercase j) |
| 0x6B | k (Lowercase k) |
| 0x6C | l (Lowercase l) |
| 0x6D | m (Lowercase m) |
| 0x6E | n (Lowercase n) |
| 0x6F | o (Lowercase o) |
| 0x70 | p (Lowercase p) |
| 0x71 | q (Lowercase q) |
| 0x72 | r (Lowercase r) |
| 0x73 | s (Lowercase s) |
| 0x74 | t (Lowercase t) |
| 0x75 | u (Lowercase u) |
| 0x76 | v (Lowercase v) |
| 0x77 | w (Lowercase w) |
| 0x78 | x (Lowercase x) |
| 0x79 | y (Lowercase y) |
| 0x7A | z (Lowercase z) |
| 0x7B | { (Opening brace) |
| 0x7C | | (Vertical bar) |
| 0x7D | } (Closing brace) |
| 0x7E | ~ (Tilde) |
| 0x7F | DEL (Delete) |