Encoding
AvailableUnicode Converter
Convert Unicode characters, escapes, and code points.
Enter ASCII text to convert locally. Characters outside ASCII are rejected.
Conversion output appears here.
Read-only output remains selectable and can be copied manually.
ASCII represents values from 0 to 127. Binary input must use eight bits for each value; surrounding whitespace is ignored.
Nothing you enter is uploaded or automatically saved. Conversion, copying, and downloads happen only in your browser.
Input: 0 characters · 0 B · 0 lines
Output: 0 characters · 0 B · 0 lines
ASCII values: 0
ASCII values are one byte each.
ASCII represents 128 characters using values from 0 to 127. For example, A is decimal 65, hexadecimal 41, and binary 01000001. A space is decimal 32. Each text character becomes one ASCII value.
ASCII does not include accented letters, emoji, or scripts such as Hindi. This converter rejects characters outside the ASCII range instead of replacing them. Binary decoding requires exactly eight bits per value.
Conversion happens entirely in your browser. No text is sent to a server, placed in URLs, logged, or automatically stored.
ASCII has 128 values, from 0 through 127. Values outside that range are rejected.
Those characters are not part of the ASCII character set. The tool reports this clearly rather than silently replacing them.
Use eight binary digits per ASCII value, such as 01000001 for A.
Yes. Select comma or newline as the separator before entering or decoding values.
Use it to look up the decimal, hex, or binary values of basic ASCII text, especially when working with older protocols or formats.
The letter A is 65 in decimal, 41 in hex, and 01000001 in binary.
ASCII cannot represent emoji, accented letters, or most world scripts; use Unicode or UTF-8 tools for those characters.
Encoding
AvailableConvert Unicode characters, escapes, and code points.
Encoding
AvailableConvert UTF-8 text and binary bytes locally.
Encoding
AvailableConvert UTF-8 text and hexadecimal bytes locally.