- Home
-
Text Generators
-
Code Points to Text
Convert Code Points to Text
Decode numeric character references (Unicode, Hex, HTML Entities) back into readable text.
0 Lines | 0 Chars
Drop file to upload
Decoding
0 Lines | 0 Chars
Try These Examples
Unicode Standard
Converts U+XXXX format back to text.
Apply Now
JavaScript Escapes
Decodes JS strings like \u0057 and ES6 \u{...}.
Apply Now
HTML Entities
Converts HTML Hex entities to characters.
Apply Now
Raw Hex Codes
Parses raw space-separated hex values.
Apply Now
About the Code Points to Text Converter
Easily decode various numeric character formats back into readable text. Whether you have Unicode code points, JavaScript escape sequences, HTML entities, or raw Hex values, this tool can interpret them and reveal the original message.
Supported Input Formats
- Unicode: Supports
U+XXXXorU+1F600. - JavaScript: Decodes
\uXXXXand ES6\u{XXXXX}escapes. - HTML Entities: Converts
&#xHEX;and&#DEC;values. - Raw Hex/Decimal: Interprets space-separated values like
48 65 6C 6C 6F.
Features
- Smart Auto-Detection: Automatically identifies mixed formats in your input.
- Privacy First: Processing happens securely, and we don't store your data.
- Developer Friendly: Great for debugging encoded strings or recovering data.