ASCII Code Reference Table

ASCII Value Control Character ASCII Value Control Character ASCII Value Control Character ASCII Value Control Character
0 NUL 32 (space) 64 @ 96
1 SOH 33 ! 65 A 97 a
2 STX 34 " 66 B 98 b
3 ETX 35 # 67 C 99 c
4 EOT 36 $ 68 D 100 d
5 ENQ 37 % 69 E 101 e
6 ACK 38 & 70 F 102 f
7 BEL 39 , 71 G 103 g
8 BS 40 ( 72 H 104 h
9 HT 41 ) 73 I 105 i
10 LF 42 * 74 J 106 j
11 VT 43 + 75 K 107 k
12 FF 44 , 76 L 108 l
13 CR 45 - 77 M 109 m
14 SO 46 . 78 N 110 n
15 SI 47 / 79 O 111 o
16 DLE 48 0 80 P 112 p
17 DCI 49 1 81 Q 113 q
18 DC2 50 2 82 R 114 r
19 DC3 51 3 83 S 115 s
20 DC4 52 4 84 T 116 t
21 NAK 53 5 85 U 117 u
22 SYN 54 6 86 V 118 v
23 ETB 55 7 87 W 119 w
24 CAN 56 8 88 X 120 x
25 EM 57 9 89 Y 121 y
26 SUB 58 : 90 Z 122 z
27 ESC 59 ; 91 [ 123 {
28 FS 60 < 92 \ 124 |
29 GS 61 = 93 ] 125 }
30 RS 62 > 94 ^ 126 `
31 US 63 ? 95 _ 127 DEL

ASCII Code Reference Table - ASCII Character Encoding and Conversion Tool

On this page, you can view a complete ASCII code reference table and use the ASCII code converter for character encoding conversion. ASCII encoding is a widely used character encoding standard worldwide, covering a variety of characters from numbers, letters to symbols, and is widely used in program development, data exchange, and other fields.

What is ASCII code?

ASCII (American Standard Code for Information Interchange) is a 7-bit character set based on English characters, originally used for exchanging text information between computers. It uses numerical values (from 0 to 127) to represent characters, covering standard English characters, numbers, and common symbols. By standardizing the values of these characters, ASCII allows computers to represent and process text consistently.

ASCII Code Reference Table

Below is the ASCII code reference table that lists common characters and their corresponding ASCII code values. You can easily find the numeric encoding for each character or look up the corresponding character from the ASCII code.

Character ASCII Code Hexadecimal Binary
A 65 41 01000001
B 66 42 01000010
C 67 43 01000011
1 49 31 00110001
# 35 23 00100011

How to use the ASCII code converter?

Our ASCII code converter provides the convenient function of character encoding conversion. You simply input a character, and the converter will automatically display its corresponding ASCII code; conversely, you can also input an ASCII code, and the converter will return the corresponding character.

Character to ASCII code example:

Input character “A”, the converter will return the corresponding ASCII code: 65.

ASCII code to character example:

Input ASCII code “65”, the converter will return the corresponding character: A.

Difference between ASCII and ANSI character sets

ASCII encoding uses 7 bits to represent characters, containing 128 characters (from 0 to 127). On the other hand, ANSI encoding is an extension of ASCII, supporting more characters and symbols, typically using 8 bits or more to represent characters, covering a broader range of languages and symbols.

Applications of ASCII code

ASCII code is widely used in computer programming, file formats, data transmission, and many other fields. It is the basis of various computer languages, ensuring that text information can be correctly exchanged between different systems and platforms.

Frequently Asked Questions

1. What is the difference between ASCII code and Unicode?

ASCII code uses 7 bits to represent characters, supporting only English letters, numbers, and some symbols; while Unicode encoding uses a larger character set, supporting all the language characters in the world.

2. What is the character range of ASCII code?

ASCII code ranges from 0 to 127, covering basic English characters, numbers, symbols, and control characters.

3. How to use ASCII encoding in programming?

In programming, you can use ASCII codes to represent characters, and many programming languages (like Python, C++, Java) provide related functions and methods to convert between characters and ASCII codes.

Conclusion

ASCII code is a widely used character encoding standard in computers, and learning and understanding ASCII code is fundamental to computer programming and data exchange. Our ASCII code reference table and ASCII code converter tools can help you quickly look up and convert characters and ASCII codes, facilitating program development, text processing, and data exchange.

Your footpath:
Choose Language