HTML Encode Decode

Encode special characters to HTML entities (e.g. & < > ") or decode entities to characters.

HTML encode / decode

How it works

Encode: replace < > " ' & with < > " ' &. Decode: parse &entity; and numeric refs.

When to use it

Use this when you need a quick result without installing software or creating an account.

Frequently asked questions

Numeric entities?

We support &#123; (decimal) and &#x7B; (hex).