Startseite > def > ascii 
 en fr es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Zurück  Weiter  Bearbeiten  Umbenennen  Rückgängig  Neu laden  Suchen  Verwaltung  
Dokumentation
Verlauf
 
Achtung! Diese Seite ist nicht mehr aktuell.  Siehe englische Version 
ASCII
ASCII ist der Amerikanische Standard Code für Zeichenübertragung. ASCII is the American Standard Code for Information Interchange.

Es ist ein 7 Bit Code. Viele 8-Bit Codes nutzen die 128 ASCII Zeichen als unterste Teilmenge des Zeichensatzes. Eine internationale Version des ASCII Codes stellt der Code nach ISO 646 dar. It is a 7-bit code. Many 8-bit codes (such as ISO 8859-1, the Linux default character set) contain ASCII as their lower half. The international counterpart of ASCII is known as ISO 646.

Die folgende Tabelle enthält 128 ASCII Zeichen The following table contains the 128 ASCII characters.

Dezimale ASCII table
  | 30  40  50  60  70  80  90  100 110 120
--+----------------------------------------
0 |     (   2   <   F   P   Z   d   n   x
1 |     )   3   =   G   Q   [   e   o   y
2 |     *   4   >   H   R   \   f   p   z
3 | !   +   5   ?   I   S   ]   g   q   {
4 | "   ,   6   @   J   T   ^   h   r   |
5 | #   -   7   A   K   U   _   i   s   }
6 | $   .   8   B   L   V   `   j   t   ~
7 | %   /   9   C   M   W   a   k   u   DEL
8 | &   0   :   D   N   X   b   l   v
9 | '   1   ;   E   O   Y   c   m   w

Hexadezimale ASCII Tabelle
  | 2   3   4   5   6   7
--+------------------------
0 |     0   @   P   `   p
1 | !   1   A   Q   a   q
2 | "   2   B   R   b   r
3 | #   3   C   S   c   s
4 | $   4   D   T   d   t
5 | %   5   E   U   e   u
6 | &   6   F   V   f   v
7 | '   7   G   W   g   w
8 | (   8   H   X   h   x
9 | )   9   I   Y   i   y
A | *   :   J   Z   j   z
B | +   ;   K   [   k   {
C | ,   <   L   \   l   |
D | -   =   M   ]   m   }
E | .   >   N   ^   n   ~
F | /   ?   O   _   o   DEL

Control Zeichen
Dezimal   Hexadezimal   Name   Gambaszeichen
-----------------------------------------------
0         00            NUL    '\0' (1)
1         01            SOH
2         02            STX
3         03            ETX
4         04            EOT
5         05            ENQ
6         06            ACK
7         07            BEL    '\a' (1)
8         08            BS     '\b' (1)
9         09            HT     '\t'
10        0A            LF     '\n'
11        0B            VT     '\v' (1)
12        0C            FF     '\f' (1)
13        0D            CR     '\r'
14        0E            SO
15        0F            SI
16        10            DLE
17        11            DC1
18        12            DC2
19        13            DC3
20        14            DC4
21        15            NAK
22        16            SYN
23        17            ETB
24        18            CAN
25        19            EM
26        1A            SUB
27        1B            ESC
28        1C            FS
29        1D            GS
30        1E            RS
31        1F            US

(1) Noch nicht implementiert

Diese Dokumentation erhalten sie über die 'man' Page der Linux Bedienungsanleitung.