ASCII Character Set Codes - for reference, or insertion of characters into documents.
ASCII Characters
with 8-bit extensions - see notes below
for inserting characters in documents
1:1:
2:2:
3:3:
4:4:
5:5:
6:6:
7:7:
8:8:
9:9: \t
a:10: \n
b:11:
c:12:
d:13: \r
e:14:
f:15:
10:16:
11:17:
12:18:
13:19:
14:20:
15:21:
16:22:
17:23:
18:24:
19:25:
1a:26:
1b:27:
1c:28:
1d:29:
1e:30:
1f:31:
20:32:21:33: !
22:34: "
23:35: #
24:36: $
25:37: %
26:38: &
27:39: '
28:40: (
29:41: )
2a:42: *
2b:43: +
2c:44: ,
2d:45: -
2e:46: .
2f:47: /
30:48: 0
31:49: 1
32:50: 2
33:51: 3
34:52: 4
35:53: 5
36:54: 6
37:55: 7
38:56: 8
39:57: 9
3a:58: :
3b:59: ;
3c:60: <
3d:61: =
3e:62: >
3f:63: ?
40:64: @41:65: A
42:66: B
43:67: C
44:68: D
45:69: E
46:70: F
47:71: G
48:72: H
49:73: I
4a:74: J
4b:75: K
4c:76: L
4d:77: M
4e:78: N
4f:79: O
50:80: P
51:81: Q
52:82: R
53:83: S
54:84: T
55:85: U
56:86: V
57:87: W
58:88: X
59:89: Y
5a:90: Z
5b:91: [
5c:92: \
5d:93: ]
5e:94: ^
5f:95: _
60:96: `61:97: a
62:98: b
63:99: c
64:100: d
65:101: e
66:102: f
67:103: g
68:104: h
69:105: i
6a:106: j
6b:107: k
6c:108: l
6d:109: m
6e:110: n
6f:111: o
70:112: p
71:113: q
72:114: r
73:115: s
74:116: t
75:117: u
76:118: v
77:119: w
78:120: x
79:121: y
7a:122: z
7b:123: {
7c:124: |
7d:125: }
7e:126: ~
7f:127:
80:128: €81:129:
82:130: ‚
83:131: ƒ
84:132: „
85:133: …
86:134: †
87:135: ‡
88:136: ˆ
89:137: ‰
8a:138: Š
8b:139: ‹
8c:140: Œ
8d:141:
8e:142: Ž
8f:143:
90:144:
91:145: ‘
92:146: ’
93:147: “
94:148: ”
95:149: •
96:150: –
97:151: —
98:152: ˜
99:153: ™
9a:154: š
9b:155: ›
9c:156: œ
9d:157:
9e:158: ž
9f:159: Ÿ
a0:160:a1:161: ¡
a2:162: ¢
a3:163: £
a4:164: ¤
a5:165: ¥
a6:166: ¦
a7:167: §
a8:168: ¨
a9:169: ©
aa:170: ª
ab:171: «
ac:172: ¬
ad:173:
ae:174: ®
af:175: ¯
b0:176: °
b1:177: ±
b2:178: ²
b3:179: ³
b4:180: ´
b5:181: µ
b6:182: ¶
b7:183: ·
b8:184: ¸
b9:185: ¹
ba:186: º
bb:187: »
bc:188: ¼
bd:189: ½
be:190: ¾
bf:191: ¿
c0:192: Àc1:193: Á
c2:194: Â
c3:195: Ã
c4:196: Ä
c5:197: Å
c6:198: Æ
c7:199: Ç
c8:200: È
c9:201: É
ca:202: Ê
cb:203: Ë
cc:204: Ì
cd:205: Í
ce:206: Î
cf:207: Ï
d0:208: Ð
d1:209: Ñ
d2:210: Ò
d3:211: Ó
d4:212: Ô
d5:213: Õ
d6:214: Ö
d7:215: ×
d8:216: Ø
d9:217: Ù
da:218: Ú
db:219: Û
dc:220: Ü
dd:221: Ý
de:222: Þ
df:223: ß
e0:224: àe1:225: á
e2:226: â
e3:227: ã
e4:228: ä
e5:229: å
e6:230: æ
e7:231: ç
e8:232: è
e9:233: é
ea:234: ê
eb:235: ë
ec:236: ì
ed:237: í
ee:238: î
ef:239: ï
f0:240: ð
f1:241: ñ
f2:242: ò
f3:243: ó
f4:244: ô
f5:245: õ
f6:246: ö
f7:247: ÷
f8:248: ø
f9:249: ù
fa:250: ú
fb:251: û
fc:252: ü
fd:253: ý
fe:254: þ
ff:255: ÿ
.HOW TO READ THIS TABLE:
INSERTING SPECIAL CHARACTERS IN DOCUMENTS: ( if your app does not have an "insert symbol" menu )
- First number is hexadecimal (base 16), second number is decimal
- Third item is the character - note: \t=tab, \n=newline, \r=return, 0 (not in table) is "end of string"
The ASCII Character Set Table is provided as a service of
- Select the character of interest by dragging across it with mouse button down
- Press CTRL-C to copy the character
- To paste into your document, use CTRL-V
- Note: Special characters may not be the same in all fonts
- To retain a copy of this table on your computer, simply select File|SaveAs
![]()
.