Encoding & Text Conversion

ASCII Converter

View the ASCII code corresponding to a character, or convert a sequence of decimal ASCII codes back to text.

CharacterDecimalHexBinary

Convert between characters, ASCII decimal, hexadecimal, and binary, and mark non-ASCII characters.

Inputs are only processed in your browser and are not uploaded to the server.

What this tool does

ASCII Converter displays Character, Decimal, Hex, and Binary for each input character. The standard ASCII range is 0 to 127; Unicode characters outside the range are clearly marked with a Code Point and are not mistakenly called ASCII.

  • Text-to-code view lists results character by character.
  • Decimal code reverse conversion strictly accepts 0 to 127.
  • Control characters will use identifiable names or escape descriptions to avoid misunderstandings caused by outputting invisible content.

How to use it

  1. Enter characters in the text box, or enter decimal ASCII codes.
  2. Click the corresponding conversion button.
  3. View the Character, Decimal, Hex, and Binary columns.
  4. Copy the desired results or correct out-of-range input.

Common uses

  • Query the ASCII values of letters, numbers, and punctuation.
  • Restore decimal ASCII sequences in the log to text.
  • Distinguish between standard ASCII and Unicode Code Point.

Privacy and security

Inputs and results are processed only in your browser's memory. Nothing is uploaded, sent to an online API, or stored automatically.

ASCII Converter Features

Convert between characters, ASCII decimal, hexadecimal, and binary, and mark non-ASCII characters. Useful for everyday development and debugging; results can be reviewed, copied, or downloaded immediately.

FAQ

What is the standard range of ASCII?

Standard ASCII uses 7 bits and has a decimal range of 0 to 127.

Are Chinese characters ASCII?

No. The page labels it as Unicode and displays its actual code point.

How are control characters displayed?

Invisible control characters are rendered as names or escape descriptions rather than pretending to be blank.

Will the conversion upload text?

No, character traversal and transcoding occur within the browser.

Back to Developer Tools