Choose Theme

HTML Entity Encoder/Decoder

Convert special characters to HTML entities and vice versa. Essential for displaying HTML code examples and preventing XSS vulnerabilities.

Encode

Decode

Common HTML Entities

<
Less than (<)
&gt;
Greater than (>)
&amp;
Ampersand (&)
&quot;
Quote (")
&apos;
Apostrophe (')
&nbsp;
Non-breaking space
&copy;
Copyright (©)
&reg;
Registered (®)
&trade;
Trademark (™)