Convert Any Base to ASCII
Convert numbers in any base from 2 to 36 back to ASCII characters. Runs entirely in your browser, so your data never leaves your device.
0 chars · 0 lines
Output
The result appears here as you type.
How to use Convert Any Base to ASCII
- 1. Paste the numbers to decode. Enter the encoded values in the input pane, separated by spaces, like 48 69 for hex. Each number represents one character code awaiting conversion back to text.
- 2. Tell it which base to read. Set the Base option to match the numbers, anywhere from 2 to 36. Choose 16 for hex dumps, 8 for octal escapes, 2 for raw bits, or an oddball like 7 or 36 for puzzle inputs.
- 3. Watch the codes become characters. Every number is parsed in your chosen base and mapped to the character with that code, so 48 69 in base 16 turns into Hi. A wrong base produces visibly wrong text, which makes guessing easy.
- 4. Copy the decoded text. Once the output reads as sensible ASCII, copy it out. If it still looks scrambled, step the base up or down and retry; only one base yields clean words.
When to use Convert Any Base to ASCII
Convert Any Base to ASCII is the universal decoder for numeric character codes. Instead of hunting for a separate hex, octal or binary tool, you paste the numbers, dial in any base from 2 to 36, and read the text. It shines when you do not know the base and need to experiment quickly.
- Solving CTF and puzzle encodings. Capture-the-flag challenges love hiding flags as numbers in base 7, 13 or 36. Paste the sequence once and sweep the Base setting until real words appear, no scripting required.
- Decoding unfamiliar dumps from firmware. An embedded device logs character data as numbers in a base its docs never mention. Trying a few candidate bases here identifies the encoding in seconds and unlocks the rest of the dump.
- Checking base-conversion homework. Students converting between radix systems can verify their manual work instantly. Encode a phrase in class, hand out the digits, and let everyone confirm their decoded answer matches.
- One tool for hex, octal and binary. You alternate between decoding hex escapes from a debugger and octal codes from old Unix files. Setting the base per paste beats bookmarking three single-purpose converters.
Examples
Base 16
Input
48 69
Output
Hi
About the Convert Any Base to ASCII tool
Convert Any Base to ASCII does its work locally, right in the browser. Convert numbers in any base from 2 to 36 back to ASCII characters. There is no upload step, no queue and no account, and your data never travels over the network.
It belongs to the ASCII Tools collection on EditSafely, a set of 81 small, focused ASCII utilities that share the same instant, private workspace.
You can shape the output with the Base setting, and the result refreshes the moment you change it. A worked example further down the page shows exactly what the tool produces for a real input.
Running locally also makes the tool fast and dependable: results appear as you type or drop a file, there is no server outage that can take it down mid-task, and confidential data can be processed without a second thought.
Frequently asked questions
Is Convert Any Base to ASCII free to use?
Yes, it is completely free. All 2,658 tools on EditSafely work without an account, a subscription or usage limits.
Is it safe to paste sensitive or confidential data?
Everything happens locally. Your browser downloads the tool's code once, then does all the processing itself; nothing you enter is transmitted, stored or logged. You can even go offline after the page loads and it will still work.
How much text can I process at once?
There is no fixed limit. Because the work happens on your own device rather than on a shared server, the practical ceiling is your machine's memory, which comfortably handles inputs far larger than typical online tools allow.
Do I need to sign up or install anything?
No. The tool works in any modern browser on desktop, tablet or phone. There is no account to create, no extension to add and no software to install.
How do I use the result?
The output panel has a one-click copy button, and you can keep refining the input while you work; the result updates in place as you type.