EditSafely

Convert Any Base to Unicode

Convert any radix data to Unicode. Runs entirely in your browser, so your data never leaves your device.

0 chars · 0 lines

Output

The result appears here as you type.

Options

How to use Convert Any Base to Unicode

  1. 1. Paste your numeric values. Enter space-separated numbers representing code points in whatever radix your data uses, such as octal, base 20 or base 36 values copied from another system.
  2. 2. Set the base. Enter the Base your numbers are written in. Base 16 handles hexadecimal, base 8 handles octal, and any value between 2 and 36 is supported for less common radixes.
  3. 3. Review the decoded text. Check the output pane where each numeric value has been reinterpreted as a Unicode code point and rendered as its actual character.
  4. 4. Copy the resulting text. Copy the decoded string into your document or application once you have confirmed the base setting produced the expected characters.

When to use Convert Any Base to Unicode

Convert Any Base to Unicode reinterprets a list of numbers written in an arbitrary radix as Unicode code points and renders the resulting text. Reach for it whenever data arrives encoded in a base other than the usual binary, octal, decimal or hex.

  • Decoding a custom puzzle cipher. A CTF challenge or puzzle hides a message as numbers in base 20 or base 36. Setting the correct base here reveals the plain text hidden inside the numeric sequence.
  • Working with an unusual embedded system export. Firmware logs or a microcontroller dump numbers in a nonstandard base like base 12. Converting them at the matching base recovers the readable string the device intended to output.
  • Verifying a base-conversion library. You are testing custom base-encoding code and want a quick manual cross-check that a set of base-N values decodes to the expected ASCII text.
  • Exploring code point arithmetic. You are experimenting with how numeric bases relate to character encoding and want to see, in real time, how changing the base changes the decoded output for the same numbers.

Examples

Base 16

Input

41 42

Output

AB

About the Convert Any Base to Unicode tool

Convert Any Base to Unicode is a free online tool that works entirely inside your web browser. Convert any radix data to Unicode. Because the processing happens on your own device, nothing you enter is uploaded, logged or stored anywhere.

This page is one of 98 Unicode utilities on EditSafely. Each one does a single job well, and all of them follow the same rule: your input stays on your machine.

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.

Because nothing leaves your device, the tool is suitable for sensitive content such as internal documents, credentials or customer data. It also responds instantly, since every keystroke is handled on your own machine rather than by a remote API.

Frequently asked questions

Is Convert Any Base to Unicode 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.