EditSafely

Convert Unicode to Decimal

Quickly convert Unicode data to base-10 (decimal). 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 Unicode to Decimal

  1. 1. Paste the text you want in decimal. Paste the Unicode text you want expressed as decimal numbers. Each character's UTF-8 bytes are read in order and converted to their base-10 values.
  2. 2. Set a Separator between values. Set Separator to the character placed between each decimal value, such as a space or comma, so the output matches the format your script or spreadsheet expects.
  3. 3. Copy the decimal values. Copy the decimal values and paste them into a spreadsheet column, a lookup table, or a script that stores or compares character data numerically.

When to use Convert Unicode to Decimal

Convert Unicode to Decimal turns text into the plain base-10 byte values behind it. It suits situations where hex or binary feels unfamiliar and a straightforward decimal number is easier to read, compare, or plug into a formula.

  • Building a spreadsheet lookup. You are analyzing a column of short codes in a spreadsheet and want each character's decimal value in an adjacent column to sort or filter by numeric range.
  • Verifying an ASCII table entry. You half-remember that A is 65 and want to confirm it, or check the decimal value of a less common punctuation mark without opening a full ASCII reference chart.
  • Feeding values into a formula. A script or spreadsheet formula needs the numeric byte value of a character to perform arithmetic, such as a simple Caesar-cipher shift, and decimal is the easiest base to work with there.
  • Comparing two similar-looking characters. Two characters look identical on screen but behave differently in code, and comparing their decimal values quickly shows whether one is a lookalike homoglyph rather than the expected letter.

Examples

Convert

Input

AB

Output

65 66

About the Convert Unicode to Decimal tool

Convert Unicode to Decimal does its work locally, right in the browser. Quickly convert Unicode data to base-10 (decimal). There is no upload step, no queue and no account, and your data never travels over the network.

It belongs to the Unicode Tools collection on EditSafely, a set of 98 small, focused Unicode utilities that share the same instant, private workspace.

You can shape the output with the Separator 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

Does Convert Unicode to Decimal cost anything?

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?

No data leaves your device. The whole tool is JavaScript that runs inside your browser tab, so there is no upload, no server-side processing and no log of what you did. If you disconnect from the internet after the page loads, it keeps working.

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?

Nothing to install and no account needed. Open the page in any up-to-date browser, including on a phone or tablet, and the tool is ready.

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.