Back to Tools

HTML Decode

Decode HTML entities to characters

What is HTML Decoding?

HTML decoding converts HTML entities back to their corresponding characters. For example, &lt; becomes < and &amp; becomes &.