Decode a German domain label
Input
xn--mnchen-3ya
Output
münchen
Useful when checking the readable form behind a Punycode label.
Converters
Review practical Punycode to Text examples so you can understand expected input, output, and common patterns faster.
Use this Punycode to Text converter to decode Punycode values back into readable Unicode text. It is useful for internationalized domain names, browser and DNS troubleshooting, IDN review, and understanding what an xn-- domain label represents in human-readable form.
Example pages are especially useful for converters because they show what good input looks like, what kind of output to expect, and how the tool behaves in common scenarios.
Input
xn--mnchen-3ya
Output
münchen
Useful when checking the readable form behind a Punycode label.
Input
xn--maana-pta
Output
mañana
Useful for understanding internationalized text during testing.
Fix: Use Text to Punycode if the input is already Unicode text.
Fix: Make sure the full xn-- value was copied correctly.
Fix: Use URL Decoder for percent-encoded URL values. Punycode is for IDN labels.
Fix: Check whether you are decoding one label or a full hostname.
Fix: This tool only converts representation, not trust or safety.
After reviewing these examples, run the live tool with your own input. If your task involves a follow-up step, the related page can help you move to the next tool in the workflow.
Open the main Punycode to Text page and test your own real input.