HTML Encoder/Decoder
Encode special characters to HTML entities or decode HTML entities back to their original characters. Handles &, <, >, ", and ' entities.
How to Use
- 1Select Encode mode to convert special characters into HTML entities, or Decode mode to convert entities back to characters.
- 2Type or paste your content into the input textarea on the left.
- 3The encoded or decoded result will appear instantly in the output textarea on the right.
- 4Characters like <, >, &, ", and ' are converted to their respective HTML entities when encoding.
- 5Use the Copy button to copy the output to your clipboard, or Clear to reset both fields.