ToolVaults

HTML Entities Encoder & Decoder

Encode and decode HTML entities: &, <, ©, and every numeric &#nnn; entity. Choose named-preferred, numeric-only, or ASCII-only output.

Runs 100% in your browser — nothing is uploaded.

Result

Frequently asked

Which entities do I actually need to escape?

In HTML content: &, <, >. In attribute values, also escape quotes. Everything else is optional unless you have a specific character set constraint.

Named vs numeric entities?

Named entities like © are more readable. Numeric entities like © work everywhere including XML. The tool defaults to named-when-available, numeric otherwise.

Does it handle emoji?

Yes — emoji become numeric entities in "ASCII-only" mode. Modern HTML5 with a UTF-8 charset does not need this, but legacy systems sometimes do.

Related tools