Lines Matching +full:ascii +full:. +full:d

1 .\" Copyright (c) 1989, 1990, 1993
2 .\" The Regents of the University of California. All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
11 .\" documentation and/or other materials provided with the distribution.
12 .\" 3. Neither the name of the University nor the names of its contributors
13 .\" may be used to endorse or promote products derived from this software
14 .\" without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" SUCH DAMAGE.
27 .\"
28 .Dd January 4, 2025
29 .Dt ASCII 7
30 .Os
31 .Sh NAME
32 .Nm ascii
33 .Nd octal, hexadecimal, decimal and binary
34 .Tn ASCII
36 .Sh DESCRIPTION
38 .Nm octal
40 .Bd -literal -offset left
46 050 ( 051 ) 052 * 053 + 054 , 055 - 056 . 057 /
49 100 @ 101 A 102 B 103 C 104 D 105 E 106 F 107 G
53 140 ` 141 a 142 b 143 c 144 d 145 e 146 f 147 g
57 .Ed
58 .Pp
60 .Nm hexadecimal
62 .Bd -literal -offset left
64 08 BS 09 HT 0a LF 0b VT 0c FF 0d CR 0e SO 0f SI
66 18 CAN 19 EM 1a SUB 1b ESC 1c FS 1d GS 1e RS 1f US
68 28 ( 29 ) 2a * 2b + 2c , 2d - 2e . 2f /
70 38 8 39 9 3a : 3b ; 3c < 3d = 3e > 3f ?
71 40 @ 41 A 42 B 43 C 44 D 45 E 46 F 47 G
72 48 H 49 I 4a J 4b K 4c L 4d M 4e N 4f O
74 58 X 59 Y 5a Z 5b [ 5c \e\ 5d ] 5e ^ 5f _
75 60 \` 61 a 62 b 63 c 64 d 65 e 66 f 67 g
76 68 h 69 i 6a j 6b k 6c l 6d m 6e n 6f o
78 78 x 79 y 7a z 7b { 7c | 7d } 7e ~ 7f DEL
79 .Ed
80 .Pp
82 .Nm decimal
84 .Bd -literal -offset left
90 40 ( 41 ) 42 * 43 + 44 , 45 - 46 . 47 /
93 64 @ 65 A 66 B 67 C 68 D 69 E 70 F 71 G
97 96 ` 97 a 98 b 99 c 100 d 101 e 102 f 103 g
101 .Ed
102 .Pp
104 .Nm binary
106 .Bd -literal -offset left
113 EOT $ D d 00100
123 SO . N n 01110
141 .Ed
142 .Pp
144 .Nm names
146 .Bd -literal -offset left
179 .Ed
180 .Sh FILES
181 .Bl -tag -width /usr/share/misc/ascii -compact
182 .It Pa /usr/share/misc/ascii
183 .El
184 .Sh STANDARDS
185 .Rs
186 .%T Information Systems - Coded Character Sets - 7-Bit American National\
187 Standard Code for Information Interchange (7-Bit ASCII)
188 .%R INCITS 4-1986[R2017]
189 .%Q InterNational Committee for Information Technology Standards
190 .Re
191 .Sh HISTORY
193 .Nm
195 .At v1 .