← Back to all tools

Goodfolk Developer Utilities

HTML Entity Encoder / Decoder

Encode HTML special characters into entities or decode entities back into readable text.

Encode characters like <, >, &, quotes, and apostrophes before placing text inside HTML.

Entity results

Input characters62
Encoded characters98
Decoded characters62

Encoded HTML entities

&lt;button class=&quot;btn&quot; aria-label=&quot;Save &amp; continue&quot;&gt;Save&lt;/button&gt;

Decoded text

<button class="btn" aria-label="Save & continue">Save</button>

Related tools