G
GuideDevOps
Encoding & Decoding

HTML Entity Encode/Decode

Convert special characters to/from HTML entities.

HTML Entity Encode/Decode

Instantly convert special characters to/from HTML entities automatically as you type.

How to Use

Encode HTML-sensitive characters before rendering untrusted text in a page, or decode entities when debugging escaped content.

Example Usage
Input
<script>alert('x')</script>
Output
&lt;script&gt;alert(&#39;x&#39;)&lt;/script&gt;