
ASCII码对照表,ASCII码一览表(非常详细) - C语言中文网
ASCII(American Standard Code for Information Interchange,美国信息互换标准代码)是一套基于拉丁字母的字符编码,共收录了 128 个字符,用一个字节就可以存储,它等同于国际标准 ISO/IEC 646。 ASCII 编码于 1967 年第一次发布,最后一次更新是在 1986 年,迄今为止共收录了 128 个字符,包含了基本的拉丁字母(英文字母)、阿拉伯数字(也就是 1234567890)、标点符号(,.!等)、特殊符号(@#$%^&等)以及一些具有控制功能的字符(往往不会显示出来)。 …
ASCII Chart
The webpage provides an ASCII chart with character codes and their corresponding symbols.
ASCII table - Table of ASCII codes, characters and symbols
A complete list of all ASCII codes, characters, symbols and signs included in the 7-bit ASCII table and the extended ASCII table according to the Windows-1252 character set, which is a superset of ISO 8859-1 in terms of printable characters.
ascii Chart - DeFindIt
The webpage provides an ASCII chart with hexadecimal, decimal, and control character representations.
"\x50\x4b\x05\x06"请问这个字符串表示什么意思? - CSDN社区
2009年9月25日 · 就是分别由ascii码为16进制数50、4b、05和06的四个字符所组成的字符串。
ASCII/Binary of 0x05: ENQ - byte-tools.com
Find out everything about 0x05 the ASCII value from 'ENQ'. Including the decimal and binary representation, key combination and HTML special character code.
C语言中字符串"\x81\x05\xE0\x5A\x47\x00\x01\x00"代表什么
2015年3月22日 · 确切地说,C语言中,"\x81\x05\xE0\x5A\x47\x00\x01\x00" 是一个用16进制ASCII码表示的字符串。 这个字符串包含8个字符,每个字符都是用16进制来表示的,实际分配的空间是9个字节。
最完整的ASCII码对照表 - 在线工具网 - HiOFD
2025年3月9日 · 这里汇集了最完整的ascii码对照表,包含32个字符的ascii控制字符对照表(即非打印字符对照表)、96个字符的ascii打印字符对照表、128个字符的ascii扩展字符对照表。覆盖了常用的128个字符和128个扩展字符。
ASCII table: Key-Shortcut
ASCII characters and their HTML codes. Overview of all web-safe characters for every "computer language" worldwide.
ASCII 表格 - MagicLen 云端工具
ASCII是美国标准信息交换码,由于电脑只能够了解数值,因此使用一个ASCII数值来代表一个的字符 (例如「a」、「@」、「3」),或是某个控制命令。
- 某些结果已被删除