Skip to main content

Encode Html Tags

HTML Encoder | Rustcode

HTML Encoder/Decoder

📘 How to Use

1. Paste your HTML content into the input box
2. Select encode/decode mode
3. Click "Process" to transform the content
4. Copy the result using the copy button

Example Input:
<div class="example">Hello & World</div>

Encoded Output:
&lt;div class="example"&gt;Hello &amp; World&lt;/div&gt;
Encode
Decode