Tools

8 all / 82+

Audit
Back to Developer Tools

HTML Entities

Convert HTML symbols (entities).

What this tool does

Convert HTML symbols (entities).

Common use cases

  • Paste text or HTML into the input field.
  • Click Encode to escape special HTML characters as entities.
  • Click Decode to convert entities back into readable text.
  • Copy the result with the copy button.

How to use?

1
1

Paste text or HTML into the input field.

2
2

Click Encode to escape special HTML characters as entities.

3
3

Click Decode to convert entities back into readable text.

4
4

Copy the result with the copy button.

Frequently Asked Questions

What is HTML entity encoding?

It replaces reserved HTML characters like <, >, and & with safe entity forms such as &lt;, &gt;, and &amp;.

When should I encode text?

Encode user-provided content before rendering it in HTML contexts to avoid broken markup or unsafe output.