Codificadores e Cripto
Conversor ASCII / Unicode
Inspect every code point of any string.
Nota do editor
Understanding · A number, a glyph, an encoding.
Este capítulo aprofundado está disponível apenas em inglês no momento. A ferramenta de conversão acima funciona no seu idioma; o artigo explicativo longo ainda não foi traduzido.
Perguntas frequentes
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.
As pessoas também pesquisam por
Ferramentas relacionadas
More in this room.
- Codificar / Descodificar Base64Codificar e descodificar Base64 — compatível com Unicode.
- Codificar / Descodificar URLCodifique e descodifique URLs com segurança.
- Codificar / Descodificar Entidades HTMLConverta ou reverta carateres especiais HTML.
- Conversor Hex / Binário / OctalConverta entre hexadecimal, binário, octal e decimal.
- Conversor de Data URLCodifique arquivos como data URLs e decodifique de volta.
- Codificar e Descodificar Base32RFC 4648 Base32 — em ambas as direções, no navegador.