ToolMulti
Your everyday online toolkit

Text to Decimal Unicode (Multi-Separator + Code Table)

Free online tool that converts text characters to decimal Unicode code points, with space/comma/semicolon/HTML-entity separators and a per-character hex/binary table.

Tool Guide

About the Text to Decimal Unicode Tool

Converts every character in your input text to its decimal Unicode code point, and also shows a per-character hexadecimal and binary reference table — useful for encoding debugging and learning.

Key Features

1. Multiple Separator Formats

Output as space-, comma-, or semicolon-separated values, or as HTML entities (`&#xxx;`).

2. Per-Character Encoding Table

Shows the decimal, hexadecimal, and binary code for every character at a glance.

How to Use

Step 1: Enter the text you want to convert.

Step 2: Choose a separator format (space / comma / semicolon / HTML entity).

Step 3: View the converted result and the character-encoding table, and copy with one click.

Use Cases

Useful for learning about character encoding, debugging character sets, handling special characters, and converting to/from HTML entities.

FAQ

Does it support Chinese characters?

Yes — Chinese, English, punctuation, spaces, and line breaks all convert correctly.

Is decimal Unicode the same as UTF-8?

Not quite. This tool outputs the character's Unicode code point in decimal, which is a different concept from UTF-8 byte encoding.