Devtoolsbox

HTML Entity Encoder & Decoder Online

Free online HTML entity encoder and decoder. Encode special characters to HTML entities or decode HTML entities back to text instantly.

Input
Output
Examples
Try these examples to get started

HTML Entity Encoding - Convert special characters

Input:
<div class="container">Hello & World!</div>
Output:
&lt;div class=&quot;container&quot;&gt;Hello &amp; World!&lt;/div&gt;

HTML Entity Decoding - Convert entities back to text

Input:
&lt;div class=&quot;container&quot;&gt;Hello &amp; World!&lt;/div&gt;
Output:
<div class="container">Hello & World!</div>

Special Character Encoding - Copyright and trademark symbols

Input:
© 2024 Company Name™
Output:
&copy; 2024 Company Name&trade;
Share:

Related Tools

Free online Base64 encoder and decoder. Encode text to Base64 or decode Base64 strings instantly with our easy-to-use tool.
Free online URL encoder and decoder. Encode URLs for safe transmission or decode URL-encoded strings instantly.
Free online hash generator for MD5, SHA1, SHA256, and SHA512. Generate cryptographic hashes instantly for data verification and security purposes.