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.
Related Tools
Base64 Encoder
Encode to Base64
Base64 Decoder
Decode Base64
Base64 Encoder/Decoder
Encode and decode text with Base64.
URL Encode/Decode
Online URL encoding and decoding tool supporting UTF-8 and GBK charsets.
URL Decode
Online URL encode and decode tool
Unicode Escape Encoder
Convert Chinese text to Unicode hex, HTML entity, and other escape formats