Home Computer Tutorials Computer Knowledge ASCII code comparison table

ASCII code comparison table

Jan 15, 2024 pm 04:30 PM
ascii code ascii code comparison table

ASCII code is "American Standard Code for Information Interchange", American Standard Code for Information Interchange: 1, 0, NUL; 2, 1, SOH; 3, 2, STX; 4, 3, ETX, etc., ASCII code includes many other characters and symbols. Each character corresponds to a unique integer value, and these integer values ​​are called ASCII codes.

ASCII code comparison table

Part of the ASCII code (American Standard Code for Information Interchange, American Standard Code for Information Interchange) comparison table:

ASCII   符号
-----------------------
  0     NUL (null)
  1     SOH (start of heading)
  2     STX (start of text)
  3     ETX (end of text)
  4     EOT (end of transmission)
  5     ENQ (enquiry)
  6     ACK (acknowledge)
  7     BEL (bell)
  8     BS  (backspace)
  9     TAB (horizontal tab)
 10     LF  (line feed)
 11     VT  (vertical tab)
 12     FF  (form feed)
 13     CR  (carriage return)
 14     SO  (shift out)
 15     SI  (shift in)
 16     DLE (data link escape)
 17     DC1 (device control 1)
 18     DC2 (device control 2)
 19     DC3 (device control 3)
 20     DC4 (device control 4)
 21     NAK (negative acknowledge)
 22     SYN (synchronous idle)
 23     ETB (end of transmission block)
 24     CAN (cancel)
 25     EM  (end of medium)
 26     SUB (substitute)
 27     ESC (escape)
 28     FS  (file separator)
 29     GS  (group separator)
 30     RS  (record separator)
 31     US  (unit separator)
 32     SPACE
 33     !   (exclamation mark)
 34     "   (double quotation marks)
 35     #   (number sign)
 36     $   (dollar sign)
 37     %   (percent sign)
 38     &   (ampersand)
 39     '   (apostrophe or single quotation mark)
 40     (   (left parenthesis)
 41     )   (right parenthesis)
 42     *   (asterisk)
 43     +   (plus sign)
 44     ,   (comma)
 45     -   (minus sign or hyphen)
 46     .   (period or dot)
 47     /   (forward slash)
 ...    ...
Copy after login

This is just the ASCII code Part of the lookup table, ASCII includes many other characters and symbols. Each character corresponds to a unique integer value (0-127), and these integer values ​​are called ASCII codes. ASCII codes are used to transfer text information between computers and communications devices, and are used extensively in computer programming and data processing. A complete ASCII code table can be found on the Internet.

The above is the detailed content of ASCII code comparison table. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

ASCII code comparison table ASCII code comparison table Jun 21, 2023 pm 05:36 PM

ASCII (American Standard Code for Information Interchange, American Standard Code for Information Interchange) is a set of character encodings based on Latin letters. It contains a total of 128 characters and can be stored in one byte. It is equivalent to the international standard ISO/IEC 646 . The ASCII specification was first published in 1967 and last updated in 1986.

What is the ascii code value of d What is the ascii code value of d Feb 02, 2023 am 11:26 AM

The ASCII code value of d is 100; because the ASCII code value of a is the hexadecimal number 61H, that is, the decimal value is 97, and d is the last three digits of a, then the ASCII code value of d is "97+3=100" ;ASCII code uses a specified 7-bit or 8-bit binary number combination to represent 128 or 256 possible characters.

How many bytes does an ascii code occupy? How many bytes does an ascii code occupy? Sep 07, 2023 pm 04:03 PM

An ASCII code occupies one byte. ASCII code is a coding standard used to represent characters. It uses 7-bit binary numbers to represent 128 different characters, including letters, numbers, punctuation marks, special characters, etc. A byte is the basic unit of computer storage unit. It consists of 8 binary bits. Each binary bit can be 0 or 1. One byte can represent 256 different values, so it can represent all characters in the ASCII code.

what does ascii code mean what does ascii code mean Jul 18, 2022 am 11:15 AM

ascii code is a computer coding system based on Latin letters; ascii code is the abbreviation of "American Standard Code for Information Interchange". It is mainly used to display modern English and other Western European languages. It is the most common information exchange standard, using the designated 7 bit or 8-bit binary number combination to represent 128 or 256 possible characters.

Does the standard ascii code of one character occupy one byte of storage? Does the standard ascii code of one character occupy one byte of storage? Aug 02, 2022 pm 04:39 PM

Yes, the ASCII code of one character occupies 1 byte of storage space. In the ASCII code table, the order from small to large code values ​​is: control characters, numeric characters, uppercase English letters, and lowercase English letters. ASCII code is a Western encoding, mainly used to display modern English and other Western European languages. One code occupies one byte.

ASCII code comparison table ASCII code comparison table Jan 15, 2024 pm 04:30 PM

ASCII code is "American Standard Code for Information Interchange", American Standard Code for Information Interchange: 1, 0, NUL; 2, 1, SOH; 3, 2, STX; 4, 3, ETX, etc. ASCII code includes many other characters and symbols. Each character corresponds to a unique integer value, and these integer values ​​are called ASCII codes.

What are the differences between unicode and ascii What are the differences between unicode and ascii Sep 06, 2023 am 11:56 AM

The differences between unicode and ascii include different encoding ranges, different storage spaces, and different compatibility. Detailed introduction: 1. The encoding range is different. The encoding range of ASCII is 0-127, which is mainly used to represent English letters. The encoding range of Unicode is much wider and can represent almost all language characters; 2. The storage space is different. ASCII usually Use 1 byte to store a character, while unicode may use 2 or more bytes to store a character; 3. Different compatibility, etc.

What is the largest ascii code? What is the largest ascii code? Mar 06, 2023 pm 01:48 PM

The largest ascii code is 127. ASCII code is the American Standard Code for Information Interchange, a computer coding system based on the Latin alphabet, mainly used to display modern English and other Western European languages. The standard ASCII code uses 7 binary bits to represent one character, and there are 128 codes in total; 0 to 31 and 127 are control characters or special communication characters (the rest are displayable characters), 32 to 126 are characters, and 65 to 90 are There are 26 uppercase English letters, numbers 97 to 122 are lowercase English letters, and the rest are some punctuation marks, arithmetic symbols, etc.

See all articles