Developer

HTML Entities Encoder/Decoder

Encode or decode HTML entities such as &, <, >, ", and '.

Converted Text

Share This Tool

How It Works

Choose encode to replace <, >, &, ", ' with their HTML entities. Choose decode to revert them back. Uses the browser's built‑in parser for decoding.

Example

Encode:

→ <div>. Decode: <div> →

Frequently Asked Questions

Does it handle all HTML5 entities?
Decoding supports all named and numeric entities. Encoding handles the five basic safe characters.
Can I use it for email obfuscation?
Yes, encoding email addresses can help deter basic spam bots.

Rate This Tool