Convert Text to Code Points

Analyze text and convert characters into Unicode, Hex, HTML Entities, and more.

0 Lines | 0 Chars
0 Lines | 0 Chars

Try These Examples

Hello World

Standard Unicode format (U+0048...)

Apply Now

Emoji

Convert emojis to HTML Entities

Apply Now

Chinese Characters

Convert CJK characters to JavaScript escape sequences

Apply Now

Special Symbols

Copyright and trademark symbols in raw Hex

Apply Now

About the Text to Code Points Converter

This powerful tool allows developers and designers to inspect the underlying Unicode structure of any text. It converts characters into their corresponding code points, which is essential for debugging encoding issues, working with special symbols, or preparing text for different programming environments.

Supported Formats

  • Unicode (U+XXXX): The standard notation for Unicode characters.
  • JavaScript (\uXXXX): Escape sequences for use in JS strings. Supports ES6 \u{XXXXX} for supplemental planes.
  • CSS (\XXXX): Escape sequences for use in CSS content property.
  • HTML Hex (&#xXXXX;): Hexadecimal HTML entity reference.
  • HTML Decimal (&#DDDD;): Decimal HTML entity reference.
  • Hex (0xXXXX): Raw hexadecimal numeric value.

Why use this tool?

  • Debugging: Find invisible characters like Zero Width Joiners (ZWJ) or Non-breaking spaces.
  • Development: Quickly generate escape codes for your source code.
  • Localization: Analyze multi-byte characters and Emoji composition.