Encode Chinese domain names

更新时间:
复制 MD 格式

According to RFC 3492, Chinese domain names must be encoded into Punycode to be recognized over the network.

Note Punycode strings start with the prefix . For example, the Chinese domain name encodes to .

Encoding methods

NetworkChinese.comxn--fiq228c.comMethod 1: Open the Chinese domain name in a browser, such as Google Chrome, and launch the developer tools (typically by pressing F12). On the tab, the request path for the domain name is shown in Punycode. For example, a request for appears as .
Convert to Punycode encodingOnline encodingMethod 2: Use an online conversion tool. You can find one by searching for "online Punycode converter". In the tool, enter the Chinese domain name, select an option such as , and click .