linux.txt/programmieren/c/ascii.tex
2025-02-15 15:39:11 +01:00

107 lines
5 KiB
TeX

% master: ascii.tex
% ASCII(American Standart Code for Information Interchange)-Tabelle v0.2
% 2011-05-27 (Rx)
\section{ASCII(American Standart Code for Information Interchange)-Tabelle}
%--------------------------------------------------------------------------
\begin{verbatim}
654 000 001 010 011 100 101 110 111
Bit
3210
NUL DLE SP 0 @ P ` p
0000 $0 0 $10 16 $20 32 $30 48 $40 64 $50 80 $60 96 $70 112
SOH DC1 ! 1 A Q a q
0001 $1 1 $11 17 $21 33 $31 49 $41 65 $51 81 $61 97 $71 113
STX DC2 " 2 B R b r
0010 $2 2 $12 18 $22 34 $32 50 $42 66 $52 82 $62 98 $72 114
ETX DC3 # 3 C S c s
0011 $3 3 $13 19 $23 35 $33 51 $43 67 $53 83 $63 99 $73 115
EOT DC4 $ 4 D T d t
0100 $4 4 $14 20 $24 36 $34 52 $44 68 $54 84 $64 100 $74 116
ENQ NAK % 5 E U e u
0101 $5 5 $15 21 $25 37 $35 53 $45 69 $55 85 $65 101 $75 117
ACK SYN & 6 F V f v
0110 $6 6 $16 22 $26 38 $36 54 $46 70 $56 86 $66 102 $76 118
BEL ETB ' 7 G W g w
0111 $7 7 $17 23 $27 39 $37 55 $47 71 $57 87 $67 103 $77 119
BS CAN ( 8 H X h x
1000 $8 8 $18 24 $28 40 $38 56 $48 72 $58 88 $68 104 $78 120
HT EM ) 9 I Y i y
1001 $9 9 $19 25 $29 41 $39 57 $49 73 $59 89 $69 105 $79 121
LF SUB * : J Z j z
1010 $A 10 $1A 26 $2A 42 $3A 58 $4A 74 $5A 90 $6A 106 $7A 122
VT ESC + ; K [Ä k {ä
1011 $B 11 $1B 27 $2B 43 $3B 59 $4B 75 $5B 91 $6B 107 $7B 123
FF FS , < L l |ö
1100 $C 12 $1C 28 $2C 44 $3C 60 $4C 76 $5C 92 $6C 108 $7C 124
CR GS - = M ]Ü m }ü
1101 $D 13 $1D 29 $2D 45 $3D 61 $4D 77 $5D 93 $7D 109 $7D 125
SO RS . > N ^ n ~ß
1110 $E 14 $1E 30 $2E 46 $3E 62 $4E 78 $5E 94 $7E 110 $7E 126
SI US / ? O _ o DEL
1111 $F 15 $1F 31 $2F 47 $3F 63 $4F 79 $5F 95 $7F 111 $7F 127
\end{verbatim}
\subsection{Unterteilung der Steuerzeichen:}
%-------------------------------------------
\begin{verbatim}
TC transmission control Übertragungssteuerzeichen
FE format effects Formatsteuerzeichen
IS information separators Informationstrennzeichen
DC device control Gerätesteuerzeichen
\end{verbatim}
\subsection{Bedeutung der Steuerzeichen:}
%----------------------------------------
\begin{verbatim}
NUL null kein Zeichen
SOH TC start of heading Anfang des Kopfes
STX TC start of text Anfang des Textes
ETX TC end of text Ende des Textes
EOT TC end of transmission Ende der Übertragung
ENQ TC enquiry Stationsaufforderung
ACK TC acknowledge positive Rückmeldung
BEL bell Alarm / Piepton
BS FE backspace Rückwärtsschritt
HT FE horizontal tabulation horizontaler Tabulator
LF FE line feed Zeilenvorschub
VT FE vertical tabulation vertikaler Tabulator
FF FE form feed Seitenvorschub
CR FE carriage return Wagenrücklauf
SO shift out Dauerumschaltung
SI shift in Rückschaltung
DLE TC data link escape Datenübertragungsumschaltung
DCn DC device control Gerätesteuerzeichen
NAK TC negative acknowledge negative Rückmeldung
SYN TC synchronous idle Synchronisierung
ETB TC end of transmission block Ende des Übertragungsblocks
CAN cancel ungültig
EM end of medium Ende der Aufzeichnung
SUB substitute character Substitution
ESC escape Umschaltung
FS IS file separator Hauptgruppentrennung
GS IS group separator Gruppentrennung
RS IS record separator Untergruppentrennung
US IS unit separator Teilgruppentrennung
SP space Leerzeichen
DEL delete löschen
\end{verbatim}