Decimal to Text (ASCII)

Your data never leaves your browser

Convert space-separated decimal code points back to readable text.

Brie — Bug Reporting Tool

Dealing with encoding issues in production?

Brie captures the full network request/response chain so you can see exactly where encoding breaks.

About Decimal to Text (ASCII)

Paste a list of space-separated decimal values representing character code points and convert them back to a text string. Works for standard ASCII codes (0–127), extended Latin, and full Unicode code points.

How to use

  1. Paste space-separated decimal code point values into the input panel.
  2. The converted text appears in the output panel.
  3. Click Copy to copy the result.

More Encoding / Decoding

Frequently Asked Questions

FAQs about Decimal to Text (ASCII)

What input format does this tool expect?

Enter decimal integers separated by spaces, e.g. "72 101 108 108 111". Each number is the Unicode code point for one character.

What is the valid range of decimal values?

Valid code points range from 0 to 1,114,111 (0x10FFFF). Standard printable ASCII is 32–126.

What happens with invalid values?

Non-numeric tokens are skipped. Numbers outside the valid Unicode range will produce unexpected characters or errors.

Can I use commas as separators?

No, this tool expects space-separated values only. Remove any commas before pasting.

Is my data safe?

Yes. All conversion happens locally in your browser.