OSDN Git Service

(split) LDP: Update the version to 3.53 in PO files
[linuxjm/LDP_man-pages.git] / release / man7 / ascii.7
1 .\" t
2 .\" Copyright (c) 1993 Michael Haardt (michael@moria.de)
3 .\" Created Fri Apr  2 11:32:09 MET DST 1993
4 .\"
5 .\" %%%LICENSE_START(GPLv2+_DOC_FULL)
6 .\" This is free documentation; you can redistribute it and/or
7 .\" modify it under the terms of the GNU General Public License as
8 .\" published by the Free Software Foundation; either version 2 of
9 .\" the License, or (at your option) any later version.
10 .\"
11 .\" The GNU General Public License's references to "object code"
12 .\" and "executables" are to be interpreted as the output of any
13 .\" document formatting or typesetting system, including
14 .\" intermediate and printed output.
15 .\"
16 .\" This manual is distributed in the hope that it will be useful,
17 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
18 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19 .\" GNU General Public License for more details.
20 .\"
21 .\" You should have received a copy of the GNU General Public
22 .\" License along with this manual; if not, see
23 .\" <http://www.gnu.org/licenses/>.
24 .\" %%%LICENSE_END
25 .\"
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 .\"*******************************************************************
36 .\"
37 .\" This file was generated with po4a. Translate the source file.
38 .\"
39 .\"*******************************************************************
40 .TH ASCII 7 2009\-02\-12 Linux "Linux Programmer's Manual"
41 .SH 名前
42 ascii \- ASCII 文字集合の 8 進数、10 進数、16 進数による符号化
43 .SH 説明
44 ASCII は、情報交換用米国標準コード (American Standard Code for
45 Information Interchange) の略で、7 ビットのコードである。
46 (ISO 8859\-1 のような) 多くの 8 ビットのコードでは下半分に
47 ASCII を含んでいる。ASCII は国際的な規格では ISO 646 として知られている。
48 .LP
49 以下の表は 128 文字の ASCII 文字をまとめたものである。
50 .LP
51 C プログラムでの \f(CW\(aq\eX\(aq\fP エスケープも注記してある。
52 .if  t \{\
53 .ft CW
54 \}
55 .TS
56 l l l l l l l l.
57 Oct     Dec     Hex     Char    Oct     Dec     Hex     Char
58 _
59 000     0       00      NUL \(aq\e0\(aq 100     64      40      @
60 001     1       01      SOH (ヘッダ開始)   101     65      41      A
61 002     2       02      STX (テキスト開始)        102     66      42      B
62 003     3       03      ETX (テキスト終了)        103     67      43      C
63 004     4       04      EOT (転送終了)      104     68      44      D
64 005     5       05      ENQ (問い合わせ)   105     69      45      E
65 006     6       06      ACK (肯定応答)      106     70      46      F
66 007     7       07      BEL \(aq\ea\(aq (ベル)        107     71      47      G
67 010     8       08      BS  \(aq\eb\(aq (バックスペース) 110     72      48      H
68 011     9       09      HT  \(aq\et\(aq (水平タブ)  111     73      49      I
69 012     10      0A      LF  \(aq\en\(aq (改行)        112     74      4A      J
70 013     11      0B      VT  \(aq\ev\(aq (垂直タブ)  113     75      4B      K
71 014     12      0C      FF  \(aq\ef\(aq (改ページ)  114     76      4C      L
72 015     13      0D      CR  \(aq\er\(aq (復帰)        115     77      4D      M
73 016     14      0E      SO  (シフトアウト)        116     78      4E      N
74 017     15      0F      SI  (シフトイン)   117     79      4F      O
75 020     16      10      DLE (伝送制御拡張)        120     80      50      P
76 021     17      11      DC1 (装置制御1)     121     81      51      Q
77 022     18      12      DC2 (装置制御2)     122     82      52      R
78 023     19      13      DC3 (装置制御3)     123     83      53      S
79 024     20      14      DC4 (装置制御4)     124     84      54      T
80 025     21      15      NAK (否定応答)      125     85      55      U
81 026     22      16      SYN (同期)    126     86      56      V
82 027     23      17      ETB (転送ブロック終了)  127     87      57      W
83 030     24      18      CAN (キャンセル)   130     88      58      X
84 031     25      19      EM  (メディア終了)        131     89      59      Y
85 032     26      1A      SUB (置換)    132     90      5A      Z
86 033     27      1B      ESC (エスケープ)   133     91      5B      [
87 034     28      1C      FS  (ファイル区切り)     134     92      5C      \e  \(aq\e\e\(aq
88 035     29      1D      GS  (グループ区切り)     135     93      5D      ]
89 036     30      1E      RS  (レコード区切り)     136     94      5E      ^
90 037     31      1F      US  (ユニット区切り)     137     95      5F      \&_
91 040     32      20      SPACE   140     96      60      \`
92 041     33      21      !       141     97      61      a
93 042     34      22      "       142     98      62      b
94 043     35      23      #       143     99      63      c
95 044     36      24      $       144     100     64      d
96 045     37      25      %       145     101     65      e
97 046     38      26      &       146     102     66      f
98 047     39      27      \'      147     103     67      g
99 050     40      28      (       150     104     68      h
100 051     41      29      )       151     105     69      i
101 052     42      2A      *       152     106     6A      j
102 053     43      2B      +       153     107     6B      k
103 054     44      2C      ,       154     108     6C      l
104 055     45      2D      \-      155     109     6D      m
105 056     46      2E      .       156     110     6E      n
106 057     47      2F      /       157     111     6F      o
107 060     48      30      0       160     112     70      p
108 061     49      31      1       161     113     71      q
109 062     50      32      2       162     114     72      r
110 063     51      33      3       163     115     73      s
111 064     52      34      4       164     116     74      t
112 065     53      35      5       165     117     75      u
113 066     54      36      6       166     118     76      v
114 067     55      37      7       167     119     77      w
115 070     56      38      8       170     120     78      x
116 071     57      39      9       171     121     79      y
117 072     58      3A      :       172     122     7A      z
118 073     59      3B      ;       173     123     7B      {
119 074     60      3C      <       174     124     7C      |
120 075     61      3D      =       175     125     7D      }
121 076     62      3E      >       176     126     7E      ~
122 077     63      3F      ?       177     127     7F      DEL
123 .TE
124 .if  t \{\
125 .in
126 .ft P
127 \}
128 .SS 表
129 便利なので、16進形式と10進形式の簡潔な表を載せておく。
130 .sp
131 .nf
132 .if  t \{\
133 .in 1i
134 .ft CW
135 \}
136    2 3 4 5 6 7       30 40 50 60 70 80 90 100 110 120
137  \-\-\-\-\-\-\-\-\-\-\-\-\-      \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
138 0:   0 @ P \` p     0:    (  2  <  F  P  Z  d   n   x
139 1: ! 1 A Q a q     1:    )  3  =  G  Q  [  e   o   y
140 2: " 2 B R b r     2:    *  4  >  H  R  \e  f   p   z
141 3: # 3 C S c s     3: !  +  5  ?  I  S  ]  g   q   {
142 4: $ 4 D T d t     4: "  ,  6  @  J  T  ^  h   r   |
143 5: % 5 E U e u     5: #  \-  7  A  K  U  _  i   s   }
144 6: & 6 F V f v     6: $  .  8  B  L  V  \`  j   t   ~
145 7: \' 7 G W g w     7: %  /  9  C  M  W  a  k   u  DEL
146 8: ( 8 H X h x     8: &  0  :  D  N  X  b  l   v
147 9: ) 9 I Y i y     9: \'  1  ;  E  O  Y  c  m   w
148 A: * : J Z j z
149 B: + ; K [ k {
150 C: , < L \e l |
151 D: \- = M ] m }
152 E: . > N ^ n ~
153 F: / ? O _ o DEL
154 .if  t \{\
155 .in
156 .ft P
157 \}
158 .fi
159 .SH 備考
160 .SS 歴史
161 \fBascii\fP のマニュアルは AT&T UNIX Version 7 で登場した。
162 .LP
163 古い端末では、アンダースコアがバックアロー (backarrow) と呼ばれる
164 左向きの矢印で表示される、またキャレットが上向きの矢印で表示され、
165 縦棒 (vertcal bar) では真ん中に穴がある。
166 .LP
167 大文字 (uppercase) と小文字 (lowercase) は 1 ビットだけ異なっている。
168 ASCII の文字 2 はダブルクォートとは 1 ビットだけ異なっている。
169 これによって機械式キーボードやマイコン制御でない電子キーボードで
170 キーコード化することが簡単になる。また、古いテレタイプでもこの
171 組み合わせが使用されていた。(訳注: JIS キー配列もその一種)
172 .LP
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 ASCII 規格は米国規格協会
186 (USASI : United States of America Standards Institute) によって
187 1968年に発行された。
188 .SH 関連項目
189 .ad l
190 \fBiso_8859\-1\fP(7), \fBiso_8859\-10\fP(7), \fBiso_8859\-13\fP(7), \fBiso_8859\-14\fP(7),
191 \fBiso_8859\-15\fP(7), \fBiso_8859\-16\fP(7), \fBiso_8859\-2\fP(7), \fBiso_8859\-3\fP(7),
192 \fBiso_8859\-4\fP(7), \fBiso_8859\-5\fP(7), \fBiso_8859\-6\fP(7), \fBiso_8859\-7\fP(7),
193 \fBiso_8859\-8\fP(7), \fBiso_8859\-9\fP(7)
194 .SH この文書について
195 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部
196 である。プロジェクトの説明とバグ報告に関する情報は
197 http://www.kernel.org/doc/man\-pages/ に書かれている。