0% found this document useful (0 votes)
68 views

Dechexoctchar Description Dec Hex Oct Char Description

The ASCII table shows the 128 character ASCII character set which maps human-readable text to binary numbers. It includes 33 non-printable control characters like carriage return and line feed as well as 95 printable characters like letters, numbers, and punctuation. ASCII was first published in 1967 and was last updated in 1986, and was mostly used by small and mid-sized computer systems to standardize character encoding.

Uploaded by

otracuentaaux
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
68 views

Dechexoctchar Description Dec Hex Oct Char Description

The ASCII table shows the 128 character ASCII character set which maps human-readable text to binary numbers. It includes 33 non-printable control characters like carriage return and line feed as well as 95 printable characters like letters, numbers, and punctuation. ASCII was first published in 1967 and was last updated in 1986, and was mostly used by small and mid-sized computer systems to standardize character encoding.

Uploaded by

otracuentaaux
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

DevList Home Page Página 1 de 2

ASCII Table - ASCII stands for American Standard Code for Information
Interchange. The ASCII character set was first published as a standard in 1967
and was last updated in 1986. The ASCII character set was mostly used by
small to mid-range computers systems. The ASCII character set is the human
readable representation of binary numbers. The below ASCII table shows the 33
non-printable and 95 printable characters.
DecHexOctChar Description Dec Hex Oct Char Description
0 0 000 null 64 40 100 @
1 1 001 start of heading 65 41 101 A
2 2 002 start of text 66 42 102 B
3 3 003 end of text 67 43 103 C
4 4 004 end of transmission 68 44 104 D
5 5 005 enquiry 69 45 105 E
6 6 006 acknowledge 70 46 106 F
7 7 007 bell 71 47 107 G
8 8 010 backspace 72 48 110 H
9 9 011 horizontal tab 73 49 111 I
10 A 012 new line 74 4A 112 J
11 B 013 vertical tab 75 4B 113 K
12 C 014 new page 76 4C 114 L
13 D 015 carriage return 77 4D 115 M
14 E 016 shift out 78 4E 116 N
15 F 017 shift in 79 4F 117 O
16 10 020 data link escape 80 50 120 P
17 11 021 device control 1 81 51 121 Q
18 12 022 device control 2 82 52 122 R
19 13 023 device control 3 83 53 123 S
20 14 024 device control 4 84 54 124 T
negative 85 55 125 U
21 15 025
acknowledge 86 56 126 V
22 16 026 synchronous idle 87 57 127 W
23 17 027 end of trans. block 88 58 130 X
24 18 030 cancel 89 59 131 Y
25 19 031 end of medium 90 5A 132 Z
26 1A 032 substitute 91 5B 133 [
27 1B 033 escape 92 5C 134 \
28 1C 034 file separator 93 5D 135 ]
29 1D 035 group separator 94 5E 136 ^
30 1E 036 record separator 95 5F 137 _
31 1F 037 unit separator 96 60 140 `
32 20 040 space 97 61 141 a
33 21 041! 98 62 142 b
34 22 042" 99 63 143 c
35 23 043# 100 64 144 d
36 24 044$ 101 65 145 e
37 25 045% 102 66 146 f
38 26 046& 103 67 147 g

http://www.devlist.com/Default.aspx 18/01/2007
DevList Home Page Página 2 de 2

39 27 047' 104 68 150 h


40 28 050( 105 69 151 i
41 29 051) 106 6A 152 j
42 2A 052* 107 6B 153 k
43 2B 053+ 108 6C 154 l
44 2C 054, 109 6D 155 m
45 2D 055- 110 6E 156 n
46 2E 056. 111 6F 157 o
47 2F 057/ 112 70 160 p
48 30 0600 113 71 161 q
49 31 0611 114 72 162 r
50 32 0622 115 73 163 s
51 33 0633 116 74 164 t
52 34 0644 117 75 165 u
53 35 0655 118 76 166 v
54 36 0666 119 77 167 w
55 37 0677 120 78 170 x
56 38 0708 121 79 171 y
57 39 0719 122 7A 172 z
58 3A 072: 123 7B 173 {
59 3B 073; 124 7C 174 |
60 3C 074< 125 7D 175 }
61 3D 075= 126 7E 176 ~
62 3E 076> 127 7F 177 DEL
63 3F 077?
www.devlist.com

http://www.devlist.com/Default.aspx 18/01/2007

You might also like