Unicode & Punycode Converter

Convert domains to Punycode or escape strings to Unicode sequences

Format:
Input
Output

About Unicode & Punycode

Punycode is an encoding scheme used to convert Unicode characters to ASCII. It is primarily used for Internationalized Domain Names (IDNs). For example, exämple.com is converted to the ASCII-compatible xn--exmple-cua.com.

Unicode Escaping converts standard string characters into their equivalent \uXXXX hexadecimal escape sequences, which is often required when embedding exotic characters directly into source code strings.