Convert internationalized domain names (IDN) to Punycode ASCII format. Encode Unicode domains for DNS, decode xn-- domains to readable text. Essential for international domain registration.
münchen.dexn--mnchen-3ya.de中文.comxn--fiq228c.comxn--n3h.com☃.comConvert text to Unicode code points in multiple formats. View characters as U+XXXX, \uXXXX JavaScript escapes, HTML entities, and UTF-8 bytes. Analyze emoji and international characters.
Encode and decode URLs and URL components with percent-encoding. Convert special characters, Unicode, and query parameters to URL-safe format. Supports both full URL and component encoding modes.
Encode and decode Base64 data instantly. Convert text, files, and images to Base64 format for embedding in HTML, CSS, JSON, and APIs. Supports URL-safe Base64 and handles Unicode characters.