首页  >  文章  >  电脑教程  >  ascii码的对照表

ascii码的对照表

尊渡假赌尊渡假赌尊渡假赌
尊渡假赌尊渡假赌尊渡假赌原创
2024-01-15 16:30:082308浏览

ASCII码即“American Standard Code for Information Interchange”,美国信息交换标准代码:1、 0,NUL;2、 1,SOH;3、2,STX;4、3,ETX等等,ASCII码包括许多其他字符和符号。每个字符都与一个唯一的整数值相对应,这些整数值被称为ASCII码。

ascii码的对照表

ASCII 码(American Standard Code for Information Interchange,美国信息交换标准代码)对照表的一部分:

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)
 ...    ...

这只是 ASCII 码对照表的一部分,ASCII 码包括许多其他字符和符号。每个字符都与一个唯一的整数值(0-127)相对应,这些整数值被称为 ASCII 码。ASCII 码用于在计算机和通信设备之间传输文本信息,并且在计算机编程和数据处理中广泛使用。完整的 ASCII 码对照表可以在互联网上找到。

以上是ascii码的对照表的详细内容。更多信息请关注PHP中文网其他相关文章!

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn