ASCII

ASCII Converter

Type or paste text to see its ASCII codes, or paste codes to decode them back to text. A reference table of printable ASCII is included below.

Input

Local

Output

Printable ASCII reference

About this tool

About ASCII Converter

The ASCII Converter shows the ASCII codes for text, decodes codes back to text, and includes a reference table of printable characters. It is for developers and students working with character codes.

Looking up ASCII values one by one is tedious. Converting in bulk locally is instant, and the included table saves a separate lookup.

How to use

Step by step

  1. Type or paste text to see its ASCII codes, or paste codes to decode.
  2. The conversion updates live in both directions.
  3. Use the reference table to look up individual printable characters.
  4. Copy the codes or decoded text you need.
Key features

What it offers

  • Text-to-ASCII and ASCII-to-text conversion
  • Reference table of printable characters
  • Live two-way conversion
  • Converted in the browser
Common use cases

Where it helps

  • Decoding a list of character codes from a data file
  • Looking up the code for a specific character
  • Teaching how text maps to numeric codes
  • Debugging output that shows raw character values
Best practices

Tips for best results

  • Remember standard ASCII covers 0–127; higher values belong to extended sets or UTF-8.
  • Keep decimal and hexadecimal codes clearly separated to avoid misreading them.
  • Use the reference table to confirm a control character rather than guessing.
Common mistakes to avoid

Pitfalls to watch for

  • Treating values above 127 as ASCII; standard ASCII only defines 0–127, and beyond that depends on the encoding.
  • Mixing decimal and hexadecimal codes without noticing, which decodes to the wrong characters.
  • Forgetting that control characters below 32 are non-printing and will not show visibly.
Benefits

Why people use it

Two-way

Encode text or decode codes.

Built-in table

Look up printable characters without leaving the page.

Live

Conversion updates as you type.

Private

Processed on your device.

FAQ

Common questions

Decimal character codes separated by spaces. Paste those codes back to decode them to text.
It uses Unicode code points, so it also works for characters beyond standard ASCII, including accented letters.
It lists the printable ASCII range (32–126) with each character and its decimal, hex, and binary code.
No. All conversion happens in your browser.
Private by design

This runs entirely in your browser

No file or text you enter here is uploaded. Encoding and decoding happen on your device using native browser APIs — close the tab and nothing remains on a server.

Install Toolisco Add it to your device for offline, one-tap access.