इस टूल में कोई समस्या है?
«Punycode से Unicode कन्वर्टर ऑनलाइन» के बारे में
यह टूल Punycode-एनकोडेड डोमेन नामों (अंतर्राष्ट्रीयकृत डोमेन, IDN के लिए उपयोग) को उनके मूल Unicode रूप में वापस परिवर्तित करता है। "xn--n3h" को "☃" में डिकोड करता है।
Punycode DNS को, जो केवल-ASCII है, किसी भी लिपि में डोमेन नामों का समर्थन करने देता है: चीनी, अरबी, सिरिलिक, इमोजी, और अधिक।
संदिग्ध दिखने वाले डोमेन को समझने, DNS या HTTP मुद्दों को डिबग करने के लिए उपयोगी।
इस टूल का उपयोग कैसे करें
How to decode a Punycode (xn--) domain to Unicode
Paste the Punycode label
Drop the ASCII-compatible encoded domain into the "Punycode domain" field. Each label starting with `xn--` will be decoded; standard ASCII labels (no `xn--` prefix) pass through unchanged.
How decoding works
Under the hood the tool calls Node's built-in `punycode.toUnicode()`, which applies RFC 3492 Punycode + Nameprep / IDNA to reconstruct the original Unicode labels — emoji, Cyrillic, Chinese, Devanagari, etc.
Press Run
Output is a single `unicode` field — the readable Unicode form. Multi-label domains decode label-by-label, so subdomains and TLDs are decoded independently.
Visual-spoof warning
Punycode is used in homograph phishing attacks (e.g. `xn--pypal-4ve.com` decoding to a look-alike of paypal). If you came here to read a URL from an email, treat the decoded result as evidence to inspect, not a guarantee of legitimacy.