Informationen zu einigen Zeichensätzen

ASCII (American Standard Code for Information Interchange) Entwickelt 1968. Standardisiert die Datenübertragung zwischen divergierenden Hardware- und Software-Komponenten. Allen Zeichen aus dem standardisierten Zeichensatz wird eine Zahl zugeordnet. Zur Codierung werden 7 oder 8 Bit (erweiterter ASCII) verwendet, wodurch bis zu 256 Zeichen (Buchstaben, Ziffern, Satzzeichen, Steuerzeichen und andere Symbole) darstellbar sind. Die ersten 32 Zeichen sind für die Steuerung reserviert. Ein erweiterter ASCII-Code ist ein Satz von Zeichen, der den ASCII- Werten zwischen dezimal 128 und 255 (hexadezimal: 80hex bis FFhex) zugeordnet ist. Er kommt beim PC zum Einsatz.

Dez Hex Okt Bin Chr Steuerung / html Dez Hex Okt Bin Chr html
0 00 000 0000000 NUL nul 64 40 100 1000000 @@ @
1 01 001 0000001 SOH start of heading 65 41 101 1000001 AA #
2 02 002 0000010 STX start of text 66 42 102 1000010 BB B
3 03 003 0000011 ETX end of text 67 43 103 1000011 CC C
4 04 004 0000100 EOT end of transm. 68 44 104 1000100 DD D
5 05 005 0000101 ENQ enquiry 69 45 105 1000101 EE E
6 06 006 0000110 ACK acknowledge 70 46 106 1000110 FF F
7 07 007 0000111 BEL bell 71 47 107 1000111 GG G
8 08 010 0001000 BS backspace 72 48 110 1001000 HH H
9 09 011 0001001 TAB horizontal tab 73 49 111 1001001 II I
10 0A 012 0001010 LF line feed 74 4A 112 1001010 JJ J
11 0B 013 0001011 VT vertical tab 75 4B 113 1001011 KK K
12 0C 014 0001100 FF form feed 76 4C 114 1001100 LL L
13 0D 015 0001101 CR carrige return 77 4D 115 1001101 MM M
14 0E 016 0001110 SO shift out 78 4E 116 1001110 NN N
15 0F 017 0001111 SI shift in 79 4F 117 1001111 OO O
16 10 020 0010000 DLE data link escape 80 50 120 1010000 PP P
17 11 021 0010001 DC1 device control 1 81 51 121 1010001 QQ Q
18 12 022 0010010 DC2 device control 2 82 52 122 1010010 RR Q
19 13 023 0010011 DC3 device control 3 83 53 123 1010011 SS S
20 14 024 0010100 DC4 device control 4 84 54 124 1010100 TT T
21 15 025 0010101 NAK neg. acknowledge 85 55 125 1010101 UU U
22 16 026 0010110 SYN synchronous idle 86 56 126 1010110 VV V
23 17 027 0010111 ETB e. o. transm. block 87 57 127 1010111 WW W
24 18 030 0011000 CAN cancel 88 58 130 1011000 XX X
25 19 031 0011001 EM end of medium 89 59 131 1011001 YY Y
26 1A 032 0011010 SUB substitute 90 5A 132 1011010 ZZ Z
27 1B 033 0011011 ESC escape 91 5B 133 1011011 [[ [
28 1C 034 0011100 FS file seperator 92 5C 134 1011100 \\ \
29 1D 035 0011101 GS group seperator 93 5D 135 1011101 ]] ]
30 1E 036 0011110 RS record separator 94 5E 136 1011110 ^^ ^
31 1F 037 0011111 US unit separator 95 5F 137 1011111 __ _
32 20 040 0100000      96 60 140 1100000 `` `
33 21 041 0100001 !! ! 97 61 141 1100001 aa a
34 22 042 0100010 "" " 98 62 142 1100010 bb b
35 23 043 0100011 ## # 99 63 143 1100011 cc c
36 24 044 0100100 $$ , 100 44 100 1100100 dd d
37 25 045 0100101 %% % 101 65 145 1100101 ee e
38 26 046 0100110 && & 102 66 146 1100110 ff f
39 27 047 0100111 '' ' 103 67 147 1100111 gg g
40 28 050 0101000 (( ( 104 68 150 1101000 hh h
41 29 051 0101001 )) ) 105 69 151 1101001 ii i
42 2A 052 0101010 ** * 106 6A 152 1101010 jj j
43 2B 053 0101011 ++ + 107 6B 153 1101011 kk k
44 2C 054 0101100 ,, , 108 6C 154 1101100 ll l
45 2D 055 0101101 -- - 109 6D 155 1101101 mm m
46 2E 056 0101110 .. . 110 6E 156 1101110 nn n
47 2F 057 0101111 // / 111 6F 157 1101111 oo o
48 30 060 0110000 00 0 112 70 160 1110000 pp p
49 31 061 0110001 11 1 113 71 161 1110001 qq q
50 32 062 0110010 22 2 114 72 162 1110010 rr r
51 33 063 0110011 33 3 115 73 163 1110011 ss s
52 34 064 0110100 44 4 116 74 164 1110100 tt t
53 35 065 0110101 55 5 117 75 165 1110101 uu u
54 36 066 0110110 66 6 118 76 166 1110110 vv v
55 37 067 0110111 77 7 119 77 167 1110111 ww w
56 38 070 0111000 88 8 120 78 170 1111000 xx x
57 39 071 0111001 99 9 121 79 171 1111001 yy y
58 3A 072 0111010 :: : 122 7A 172 1111010 zz z
59 3B 073 0111011 ;; &#59; 123 7B 173 1111011 {{ {
60 3C 074 0111100 << &#60; 124 7C 174 1111100 || &#124;
61 3D 075 0111101 == &#61; 125 7D 175 1111101 }} &#125;
62 3E 076 0111110 >> &#62; 126 7E 176 1111110 ~~ &#126;
63 3F 077 0111111 ?? &#63; 127 7F 177 1111111 DEL &#127;

Anzeigen: