TLD ASCII
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/ascii-tld/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/ascii-tld/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/ascii-tld/)
Use the native HTML custom element.
Un TLD ASCII es un [[tld|dominio de nivel superior]] compuesto íntegramente por caracteres del conjunto ASCII (A–Z, 0–9 y guiones), a diferencia de los [[idn-tld|TLDs IDN]] que utilizan escrituras no latinas. La gran mayoría de los TLDs en la zona raíz son de base ASCII. Los TLDs ASCII son compatibles de forma nativa con todo el software [[dns|DNS]] y no requieren codificación especial, mientras que los TLDs IDN deben convertirse a su representación [[punycode|Punycode]] (p. ej., xn--...) cuando se transmiten a través de la infraestructura DNS.
Ejemplo
.com, .org, and .shop are ASCII TLDs; by contrast, .中国 (China) is an IDN TLD that is transmitted as .xn--fiqs8s through the DNS.