Skip to content

编码与加密

ASCII / Unicode 转换器

Inspect every code point of any string.

Runs in your browser

编辑注

Understanding · A number, a glyph, an encoding.

本深度章节目前仅有英文版本。上方的转换工具支持您的语言;长篇说明文章尚未翻译。

常见问题

Quick answers.

What is the difference between ASCII and Unicode?

ASCII is a 7-bit character set representing 128 basic characters like English letters and numbers. Unicode is a universal standard that covers over 140,000 characters, including emojis and international scripts, mapped to specific code points.

Can this tool detect hidden characters?

Yes. It will display code points for non-printable characters like null bytes, carriage returns, and zero-width spaces that are normally invisible in text editors.

What output formats are supported?

The converter provides character data in decimal, hexadecimal, and binary formats. It also displays the official Unicode name where available for easier identification.

Is my text data secure?

Yes. The conversion logic is handled entirely by your browser's JavaScript engine. No text input is sent to a server or stored in any logs.

大家也在搜索

相关工具

More in this room.

查看所有 编码与加密