Convert text to Unicode code points in multiple formats. View characters as U+XXXX, \uXXXX JavaScript escapes, HTML entities, and UTF-8 bytes. Analyze emoji and international characters.
HelloU+0048 U+0065 U+006C U+006C U+006F😀🎉U+1F600 U+1F389U+0048 U+0069HiConvert text to ASCII codes and vice versa. View character codes in decimal, hexadecimal, binary, and octal formats. Includes interactive ASCII table reference for all 128 characters.
Convert internationalized domain names (IDN) to Punycode ASCII format. Encode Unicode domains for DNS, decode xn-- domains to readable text. Essential for international domain registration.
Encode and decode HTML entities for safe display and XSS prevention. Convert special characters to named entities (&) or numeric entities (&). Essential for displaying code snippets and user input safely.