ASCII-Tabelle
| Dez | Bin | Hex | ASCII Zeichen | Steurung | Sonder | Erläuterungen |
|---|---|---|---|---|---|---|
| 0 | 0000 0000 | 0x0 | NUL | j | NULL-Zeichen. Wird vor allem verwendet um Abschnitte in Datenströmen zu Kennzeichnen. Hat aber nur Auswirkungen, wenn speziell nach diesen gesucht wird. | |
| 1 | 0000 0001 | 0x1 | SOH | j | Start Of Heading - Erstes Zeichen einer Nachrichtenüberschrift. | |
| 2 | 0000 0010 | 0x2 | STX | j | Start Of Text - Erstes Zeichen des Textes einer Nachricht (und letztes der Überschrift). | |
| 3 | 0000 0011 | 0x3 | ETX | j | End Of Text | |
| 4 | 0000 0100 | 0x4 | EOT | j | End Of Transmission | |
| 5 | 0000 0101 | 0x5 | ENQ | j | Enquiry - Zeichen um anzudeuten, dass eine Rückmeldung gewünscht ist. | |
| 6 | 0000 0110 | 0x6 | ACK | j | Acknowledgment - Hinweis, dass Sender Nachricht empfangen hat. | |
| 7 | 0000 0111 | 0x7 | BEL | j | Klingel/Glocke | |
| 8 | 0000 1000 | 0x8 | BS | j | Backspace | |
| 9 | 0000 1001 | 0x9 | TAB (HT) | j | Tabulator/Zeilenvorschub (horizontal) | |
| 10 | 0000 1010 | 0xa | LF | j | Line Feed - horizontalen Zeilenvorschub in nächste Zeile übernehmen. | |
| 11 | 0000 1011 | 0xb | VT | j | Tabulator Vertikal | |
| 12 | 0000 1100 | 0xc | FF | j | Form Feed - Setzt Cursor auf Zeilenvorschub einer vorangegangenen Zeile. | |
| 13 | 0000 1101 | 0xd | CR | j | Carriage Return - Entfernt alle Tabulatoren und setzte Cursor auf die erste Position in der Zeile. | |
| 14 | 0000 1110 | 0xe | SO | j | ||
| 15 | 0000 1111 | 0xf | SI | j | ||
| 16 | 0001 0000 | 0x10 | DLE | j | ||
| 17 | 0001 0001 | 0x11 | DC1 | j | ||
| 18 | 0001 0010 | 0x12 | DC2 | j | ||
| 19 | 0001 0011 | 0x13 | DC3 | j | ||
| 20 | 0001 0100 | 0x14 | DC4 | j | ||
| 21 | 0001 0101 | 0x15 | NAK | j | Negative Acknowlegdement - Empfänger teilt negative Antwort mit. | |
| 22 | 0001 0110 | 0x16 | SYN | j | ||
| 23 | 0001 0111 | 0x17 | ETB | j | End Of Transmission Block | |
| 24 | 0001 1000 | 0x18 | CAN | j | Cancel | |
| 25 | 0001 1001 | 0x19 | EM | j | End Of Medium | |
| 26 | 0001 1010 | 0x1a | SUB | j | Substitute | |
| 27 | 0001 1011 | 0x1b | ESC | j | Escape | |
| 28 | 0001 1100 | 0x1c | FS | j | File Seperator | |
| 29 | 0001 1101 | 0x1d | GS | j | Group Separator | |
| 30 | 0001 1110 | 0x1e | RS | j | Record Seperator | |
| 31 | 0001 1111 | 0x1f | US | j | Unit Seperator | |
| 32 | 0010 0000 | 0x20 | SP | j | Space - Leerzeichen | |
| 33 | 0010 0001 | 0x21 | ! | j | ||
| 34 | 0010 0010 | 0x22 | " | j | ||
| 35 | 0010 0011 | 0x23 | # | j | ||
| 36 | 0010 0100 | 0x24 | $ | j | ||
| 37 | 0010 0101 | 0x25 | % | j | ||
| 38 | 0010 0110 | 0x26 | & | j | kaufmännisches und | |
| 39 | 0010 0111 | 0x27 | ' | j | ||
| 40 | 0010 1000 | 0x28 | ( | j | ||
| 41 | 0010 1001 | 0x29 | ) | j | ||
| 42 | 0010 1010 | 0x2a | * | j | Das legendäre Zeichen Nr. 42 (" * " ist u.a. ein Platzhalter für ein beliebiges Zeichen). | |
| 43 | 0010 1011 | 0x2b | + | j | ||
| 44 | 0010 1100 | 0x2c | , | j | ||
| 45 | 0010 1101 | 0x2d | - | j | ||
| 46 | 0010 1110 | 0x2e | . | j | ||
| 47 | 0010 1111 | 0x2f | / | j | ||
| 48 | 0011 0000 | 0x30 | 0 | |||
| 49 | 0011 0001 | 0x31 | 1 | |||
| 50 | 0011 0010 | 0x32 | 2 | |||
| 51 | 0011 0011 | 0x33 | 3 | |||
| 52 | 0011 0100 | 0x34 | 4 | |||
| 53 | 0011 0101 | 0x35 | 5 | |||
| 54 | 0011 0110 | 0x36 | 6 | |||
| 55 | 0011 0111 | 0x37 | 7 | |||
| 56 | 0011 1000 | 0x38 | 8 | |||
| 57 | 0011 1001 | 0x39 | 9 | |||
| 58 | 0011 1010 | 0x3a | : | j | ||
| 59 | 0011 1011 | 0x3b | ; | j | ||
| 60 | 0011 1100 | 0x3c | < | j | ||
| 61 | 0011 1101 | 0x3d | = | j | ||
| 62 | 0011 1110 | 0x3e | > | j | ||
| 63 | 0011 1111 | 0x3f | ? | j | ||
| 64 | 0100 0000 | 0x40 | @ | j | ||
| 65 | 0100 0001 | 0x41 | A | |||
| 66 | 0100 0010 | 0x42 | B | |||
| 67 | 0100 0011 | 0x43 | C | |||
| 68 | 0100 0100 | 0x44 | D | |||
| 69 | 0100 0101 | 0x45 | E | |||
| 70 | 0100 0110 | 0x46 | F | |||
| 71 | 0100 0111 | 0x47 | G | |||
| 72 | 0100 1000 | 0x48 | H | |||
| 73 | 0100 1001 | 0x49 | I | |||
| 74 | 0100 1010 | 0x4a | J | |||
| 75 | 0100 1011 | 0x4b | K | |||
| 76 | 0100 1100 | 0x4c | L | |||
| 77 | 0100 1101 | 0x4d | M | |||
| 78 | 0100 1110 | 0x4e | N | |||
| 79 | 0100 1111 | 0x4f | O | |||
| 80 | 0101 0000 | 0x50 | P | |||
| 81 | 0101 0001 | 0x51 | Q | |||
| 82 | 0101 0010 | 0x52 | R | |||
| 83 | 0101 0011 | 0x53 | S | |||
| 84 | 0101 0100 | 0x54 | T | |||
| 85 | 0101 0101 | 0x55 | U | |||
| 86 | 0101 0110 | 0x56 | V | |||
| 87 | 0101 0111 | 0x57 | W | |||
| 88 | 0101 1000 | 0x58 | X | |||
| 89 | 0101 1001 | 0x59 | Y | |||
| 90 | 0101 1010 | 0x5a | Z | |||
| 91 | 0101 1011 | 0x5b | [ | j | ||
| 92 | 0101 1100 | 0x5c | \ | j | Backslash | |
| 93 | 0101 1101 | 0x5d | ] | j | ||
| 94 | 0101 1110 | 0x5e | ^ | j | ||
| 95 | 0101 1111 | 0x5f | _ | j | Unterstrich | |
| 96 | 0110 0000 | 0x60 | ` | j | ||
| 97 | 0110 0001 | 0x61 | a | |||
| 98 | 0110 0010 | 0x62 | b | |||
| 99 | 0110 0011 | 0x63 | c | |||
| 100 | 0110 0100 | 0x64 | d | |||
| 101 | 0110 0101 | 0x65 | e | |||
| 102 | 0110 0110 | 0x66 | f | |||
| 103 | 0110 0111 | 0x67 | g | |||
| 104 | 0110 1000 | 0x68 | h | |||
| 105 | 0110 1001 | 0x69 | i | |||
| 106 | 0110 1010 | 0x6a | j | |||
| 107 | 0110 1011 | 0x6b | k | |||
| 108 | 0110 1100 | 0x6c | l | |||
| 109 | 0110 1101 | 0x6d | m | |||
| 110 | 0110 1110 | 0x6e | n | |||
| 111 | 0110 1111 | 0x6f | o | |||
| 112 | 0111 0000 | 0x70 | p | |||
| 113 | 0111 0001 | 0x71 | q | |||
| 114 | 0111 0010 | 0x72 | r | |||
| 115 | 0111 0011 | 0x73 | s | |||
| 116 | 0111 0100 | 0x74 | t | |||
| 117 | 0111 0101 | 0x75 | u | |||
| 118 | 0111 0110 | 0x76 | v | |||
| 119 | 0111 0111 | 0x77 | w | |||
| 120 | 0111 1000 | 0x78 | x | |||
| 121 | 0111 1001 | 0x79 | y | |||
| 122 | 0111 1010 | 0x7a | z | |||
| 123 | 0111 1011 | 0x7b | { | j | ||
| 124 | 0111 1100 | 0x7c | | | j | ||
| 125 | 0111 1101 | 0x7d | } | j | ||
| 126 | 0111 1110 | 0x7e | ~ | j | Tilde | |
| 127 | 0111 1111 | 0x7f | DEL | j | Delete |