Text to Unicode Converter
Convert text to Unicode code points and back. Supports U+XXXX, HTML hex, HTML decimal, and 0x hex formats.
About This Tool
The Text to Unicode Converter transforms any text into its Unicode code point representation and converts code points back into readable characters. Choose from four popular output formats: U+XXXX (standard Unicode notation), &#xXXXX; (HTML hex entity), &#DDDD; (HTML decimal entity), and 0xXXXX (hexadecimal with prefix).
This tool is invaluable for web developers working with HTML entities, designers dealing with special characters, linguists studying character encoding, and anyone who needs to identify or input specific Unicode characters. It handles the full Unicode range including supplementary planes, so emoji, mathematical symbols, and rare scripts are all supported.
Paste text to see its code points, or enter code points in any supported format to reconstruct the original text. The bidirectional converter processes everything instantly in your browser with no server communication required.
Frequently Asked Questions
Related Tools
Text to Binary Converter
Convert text to binary representation and binary back to text. Supports ASCII and UTF-8 encoding with space-separated bytes.
Text and WritingHTML Entity Encode and Decode
Convert special characters to HTML entities and decode HTML entities back to readable text.
Developer Tools