← Developer Tools
š
HTML Encoder / Decoder
Encode special characters to HTML entities (&, <, >) or decode them back. Essential when embedding HTML in XML, JSON or displaying code on a webpage.
How to Use
1
Enter your text
Paste HTML code to encode entities, or paste HTML-encoded text to decode it back.
2
Choose direction
Click Encode to convert special chars to entities like < or click Decode to reverse.
3
Copy the result
Use the Copy button to grab your encoded/decoded text for use in your project.