Domain
中文.com
Punycode
xn--fiq228c.com
Encoding & Decoding
Convert between internationalized domain names (IDN) and Punycode (xn--). Useful for non-ASCII domain lookup, DNS setup, and mail server configuration. Conversion stays in the browser.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
编码加解码
等待输入
Domain
中文.com
Punycode
xn--fiq228c.com
Punycode encodes internationalized domain labels as ASCII (RFC 3492). In DNS it usually appears with an xn-- prefix.
It processes domain labels: non-ASCII labels encode to xn--, and xn-- labels decode to Unicode. That fits hostnames and multi-level domains.
Tools
Continue with another translated tool for a nearby task.
URL Encode/Decode
Percent-encode or decode text with encodeURIComponent or encodeURI. Useful for query values, non-ASCII paths, and API debugging. All processing stays in the browser.
Unicode Converter
Convert between plain text and Unicode escape sequences (\uXXXX). Useful for inspecting API payloads, config files, and frontend strings. Conversion stays in the browser.
URL Parser
Parse a URL into protocol, host, port, path, query, and hash fields, and list each query parameter name and value. Useful for debugging API URLs and share links.