Skip to content

Codificadores e Cripto

Codificar / Descodificar Entidades HTML

Codificador e descodificador de entidades HTML gratuito. Codifique &, <, > e referências nomeadas/numéricas, ou descodifique de volta para texto. Funciona no seu navegador.

Runs in your browser
Input
Output

Nota do editor

Understanding · The four characters HTML can't ignore.

Este capítulo aprofundado está disponível apenas em inglês no momento. A ferramenta de conversão acima funciona no seu idioma; o artigo explicativo longo ainda não foi traduzido.

Perguntas frequentes

Quick answers.

Why do I need to escape HTML?

To prevent special characters from being interpreted as HTML tags. < becomes &lt; so the browser shows the character instead of opening a tag.

What characters need escaping?

At minimum: < > & " '. For maximum safety, escape every non-ASCII character to numeric entities like &#x1F600;.

Is my input uploaded?

No — runs entirely in your browser.

Does it handle named entities like &copy;?

Yes — both named (&copy;) and numeric (&#169; or &#xA9;) entities are decoded correctly.

Is the tool free?

Yes — fully free, no signup.

As pessoas também pesquisam por

Use with

What people reach for next.

Ferramentas relacionadas

More in this room.

Ver tudo em Codificadores e Cripto