OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man7 / ascii.7
1 '\" t
2 .\" Copyright (c) 1993 Michael Haardt (michael@moria.de)
3 .\"
4 .\" %%%LICENSE_START(GPLv2+_DOC_FULL)
5 .\" This is free documentation; you can redistribute it and/or
6 .\" modify it under the terms of the GNU General Public License as
7 .\" published by the Free Software Foundation; either version 2 of
8 .\" the License, or (at your option) any later version.
9 .\"
10 .\" The GNU General Public License's references to "object code"
11 .\" and "executables" are to be interpreted as the output of any
12 .\" document formatting or typesetting system, including
13 .\" intermediate and printed output.
14 .\"
15 .\" This manual is distributed in the hope that it will be useful,
16 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
17 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 .\" GNU General Public License for more details.
19 .\"
20 .\" You should have received a copy of the GNU General Public
21 .\" License along with this manual; if not, see
22 .\" <http://www.gnu.org/licenses/>.
23 .\" %%%LICENSE_END
24 .\"
25 .\" Created  1993-04-02 by Michael Haardt (michael@moria.de)
26 .\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu)
27 .\" Modified 1994-05-15 by Daniel Quinlan (quinlan@yggdrasil.com)
28 .\" Modified 1994-11-22 by Daniel Quinlan (quinlan@yggdrasil.com)
29 .\" Modified 1995-07-11 by Daniel Quinlan (quinlan@yggdrasil.com)
30 .\" Modified 1996-12-18 by Michael Haardt and aeb
31 .\" Modified 1999-05-31 by Dimitri Papadopoulos (dpo@club-internet.fr)
32 .\" Modified 1999-08-08 by Michael Haardt (michael@moria.de)
33 .\" Modified 2004-04-01 by aeb
34 .\"
35 .TH ASCII 7 2014-10-02 "Linux" "Linux Programmer's Manual"
36 .SH NAME
37 ascii \- ASCII character set encoded in octal, decimal,
38 and hexadecimal
39 .SH DESCRIPTION
40 ASCII is the American Standard Code for Information Interchange.
41 It is a 7-bit code.
42 Many 8-bit codes (e.g., ISO 8859-1) contain ASCII as their lower half.
43 The international counterpart of ASCII is known as ISO 646-IRV.
44 .LP
45 The following table contains the 128 ASCII characters.
46 .LP
47 C program \f(CW\(aq\eX\(aq\fP escapes are noted.
48 .if t \{\
49 .ft CW
50 \}
51 .TS
52 l l l l l l l l.
53 Oct     Dec     Hex     Char    Oct     Dec     Hex     Char
54 _
55 000     0       00      NUL \(aq\e0\(aq (null character)        100     64      40      @
56 001     1       01      SOH (start of heading)  101     65      41      A
57 002     2       02      STX (start of text)     102     66      42      B
58 003     3       03      ETX (end of text)       103     67      43      C
59 004     4       04      EOT (end of transmission)       104     68      44      D
60 005     5       05      ENQ (enquiry)   105     69      45      E
61 006     6       06      ACK (acknowledge)       106     70      46      F
62 007     7       07      BEL \(aq\ea\(aq (bell)  107     71      47      G
63 010     8       08      BS  \(aq\eb\(aq (backspace)     110     72      48      H
64 011     9       09      HT  \(aq\et\(aq (horizontal tab)        111     73      49      I
65 012     10      0A      LF  \(aq\en\(aq (new line)      112     74      4A      J
66 013     11      0B      VT  \(aq\ev\(aq (vertical tab)  113     75      4B      K
67 014     12      0C      FF  \(aq\ef\(aq (form feed)     114     76      4C      L
68 015     13      0D      CR  \(aq\er\(aq (carriage ret)  115     77      4D      M
69 016     14      0E      SO  (shift out) 116     78      4E      N
70 017     15      0F      SI  (shift in)  117     79      4F      O
71 020     16      10      DLE (data link escape)  120     80      50      P
72 021     17      11      DC1 (device control 1)  121     81      51      Q
73 022     18      12      DC2 (device control 2)  122     82      52      R
74 023     19      13      DC3 (device control 3)  123     83      53      S
75 024     20      14      DC4 (device control 4)  124     84      54      T
76 025     21      15      NAK (negative ack.)     125     85      55      U
77 026     22      16      SYN (synchronous idle)  126     86      56      V
78 027     23      17      ETB (end of trans. blk) 127     87      57      W
79 030     24      18      CAN (cancel)    130     88      58      X
80 031     25      19      EM  (end of medium)     131     89      59      Y
81 032     26      1A      SUB (substitute)        132     90      5A      Z
82 033     27      1B      ESC (escape)    133     91      5B      [
83 034     28      1C      FS  (file separator)    134     92      5C      \e  \(aq\e\e\(aq
84 035     29      1D      GS  (group separator)   135     93      5D      ]
85 036     30      1E      RS  (record separator)  136     94      5E      ^
86 037     31      1F      US  (unit separator)    137     95      5F      \&_
87 040     32      20      SPACE   140     96      60      \`
88 041     33      21      !       141     97      61      a
89 042     34      22      "       142     98      62      b
90 043     35      23      #       143     99      63      c
91 044     36      24      $       144     100     64      d
92 045     37      25      %       145     101     65      e
93 046     38      26      &       146     102     66      f
94 047     39      27      \(aq    147     103     67      g
95 050     40      28      (       150     104     68      h
96 051     41      29      )       151     105     69      i
97 052     42      2A      *       152     106     6A      j
98 053     43      2B      +       153     107     6B      k
99 054     44      2C      ,       154     108     6C      l
100 055     45      2D      \-      155     109     6D      m
101 056     46      2E      .       156     110     6E      n
102 057     47      2F      /       157     111     6F      o
103 060     48      30      0       160     112     70      p
104 061     49      31      1       161     113     71      q
105 062     50      32      2       162     114     72      r
106 063     51      33      3       163     115     73      s
107 064     52      34      4       164     116     74      t
108 065     53      35      5       165     117     75      u
109 066     54      36      6       166     118     76      v
110 067     55      37      7       167     119     77      w
111 070     56      38      8       170     120     78      x
112 071     57      39      9       171     121     79      y
113 072     58      3A      :       172     122     7A      z
114 073     59      3B      ;       173     123     7B      {
115 074     60      3C      <       174     124     7C      |
116 075     61      3D      =       175     125     7D      }
117 076     62      3E      >       176     126     7E      ~
118 077     63      3F      ?       177     127     7F      DEL
119 .TE
120 .if t \{\
121 .in
122 .ft P
123 \}
124 .SS Tables
125 For convenience, below are more compact tables in hex and decimal.
126 .sp
127 .nf
128 .if t \{\
129 .in 1i
130 .ft CW
131 \}
132    2 3 4 5 6 7       30 40 50 60 70 80 90 100 110 120
133  -------------      ---------------------------------
134 0:   0 @ P \` p     0:    (  2  <  F  P  Z  d   n   x
135 1: ! 1 A Q a q     1:    )  3  =  G  Q  [  e   o   y
136 2: " 2 B R b r     2:    *  4  >  H  R  \e  f   p   z
137 3: # 3 C S c s     3: !  +  5  ?  I  S  ]  g   q   {
138 4: $ 4 D T d t     4: "  ,  6  @  J  T  ^  h   r   |
139 5: % 5 E U e u     5: #  \-  7  A  K  U  _  i   s   }
140 6: & 6 F V f v     6: $  .  8  B  L  V  \`  j   t   ~
141 7: \(aq 7 G W g w     7: %  /  9  C  M  W  a  k   u  DEL
142 8: ( 8 H X h x     8: &  0  :  D  N  X  b  l   v
143 9: ) 9 I Y i y     9: \(aq  1  ;  E  O  Y  c  m   w
144 A: * : J Z j z
145 B: + ; K [ k {
146 C: , < L \e l |
147 D: \- = M ] m }
148 E: . > N ^ n ~
149 F: / ? O _ o DEL
150 .if t \{\
151 .in
152 .ft P
153 \}
154 .fi
155 .SH NOTES
156 .SS History
157 An
158 .B ascii
159 manual page appeared in Version 7 of AT&T UNIX.
160 .LP
161 On older terminals, the underscore code is displayed as a left arrow,
162 called backarrow, the caret is displayed as an up-arrow and the vertical
163 bar has a hole in the middle.
164 .LP
165 Uppercase and lowercase characters differ by just one bit and the
166 ASCII character 2 differs from the double quote by just one bit, too.
167 That made it much easier to encode characters mechanically or with a
168 non-microcontroller-based electronic keyboard and that pairing was found
169 on old teletypes.
170 .LP
171 The ASCII standard was published by the United States of America
172 Standards Institute (USASI) in 1968.
173 .\"
174 .\" ASA was the American Standards Association and X3 was an ASA sectional
175 .\" committee on computers and data processing.  Its name changed to
176 .\" American National Standards Committee X3 (ANSC-X3) and now it is known
177 .\" as Accredited Standards Committee X3 (ASC X3).  It is accredited by ANSI
178 .\" and administered by ITI.  The subcommittee X3.2 worked on coded
179 .\" character sets; the task group working on ASCII appears to have been
180 .\" designated X3.2.4.  In 1966, ASA became the United States of America
181 .\" Standards Institute (USASI) and published ASCII in 1968.  It became the
182 .\" American National Standards Institute (ANSI) in 1969 and is the
183 .\" U.S. member body of ISO; private and nonprofit.
184 .\"
185 .SH SEE ALSO
186 .BR charsets (7),
187 .BR iso_8859-1 (7),
188 .BR iso_8859-10 (7),
189 .BR iso_8859-11 (7),
190 .BR iso_8859-13 (7),
191 .BR iso_8859-14 (7),
192 .BR iso_8859-15 (7),
193 .BR iso_8859-16 (7),
194 .BR iso_8859-2 (7),
195 .BR iso_8859-3 (7),
196 .BR iso_8859-4 (7),
197 .BR iso_8859-5 (7),
198 .BR iso_8859-6 (7),
199 .BR iso_8859-7 (7),
200 .BR iso_8859-8 (7),
201 .BR iso_8859-9 (7),
202 .BR utf-8 (7)
203 .SH COLOPHON
204 This page is part of release 3.79 of the Linux
205 .I man-pages
206 project.
207 A description of the project,
208 information about reporting bugs,
209 and the latest version of this page,
210 can be found at
211 \%http://www.kernel.org/doc/man\-pages/.