Encoders & Crypto
ASCII / Unicode Converter
Inspect every code point of any string.
Redactionele opmerking
Understanding · A number, a glyph, an encoding.
Dit uitgebreide hoofdstuk is momenteel alleen in het Engels beschikbaar. De conversietool hierboven werkt in jouw taal; de lange uitleg is nog niet vertaald.
Veelgestelde vragen
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.
Mensen zoeken ook naar
Gerelateerde tools
More in this room.
- Base64 Coderen / DecoderenCodeer en decodeer Base64 — Unicode-veilig.
- URL Coderen / DecoderenPercent-codeer en decodeer URL's veilig.
- HTML Entiteiten Coderen / DecoderenOntsnap of herstel HTML speciale tekens.
- Hex / Binair / Octaal OmzetterConverteer tussen hex, binair, octaal en decimaal.
- Data-URL-converterCodeer bestanden als data-URLs en decodeer ze terug.
- Base32 Encoderen & DecoderenRFC 4648 Base32 — beide richtingen, in de browser.