ASCII码即“American Standard Code for Information Interchange”,美国信息交换标准代码:1、 0,NUL;2、 1,SOH;3、2,STX;4、3,ETX等等,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中文网其它相关文章!
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号