Codificatori e Crittografia
Convertitore ASCII / Unicode
Inspect every code point of any string.
Nota dell'editore
Understanding · A number, a glyph, an encoding.
Questo capitolo approfondito è attualmente disponibile solo in inglese. Lo strumento di conversione qui sopra funziona nella tua lingua; il lungo articolo esplicativo non è stato ancora tradotto.
Domande frequenti
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.
Le persone cercano anche
Strumenti correlati
More in this room.
- Encode / Decode Base64Codifica e decodifica Base64 – compatibile Unicode.
- Codifica / Decodifica URLCodifica e decodifica URL in modo sicuro.
- Codifica/Decodifica Entità HTMLEsegui l'escape o l'unescape di caratteri speciali HTML.
- Convertitore Esadecimale / Binario / OttaleConverti tra esadecimale, binario, ottale e decimale.
- Convertitore Data URLCodifica file come data URL e decodificali indietro.
- Codifica e Decodifica Base32RFC 4648 Base32 — in entrambe le direzioni, nel browser.