HTML Decode

HTML Decode

What is HTML Decode tool?

HTML Decode tool is used to decode or unescape text that has been encoded using HTML encoding, back to it's original form. It will help you save a significant amount of time from decoding hypertext markup language data.


The HyperText Markup Language, or HTML is the standard markup language for documents designed to be displayed in a web browser. HTML describes the structure of a web page semantically and originally included cues for the appearance of the document.
HTML Encoding means to convert the document that contains special characters outside the range of normal seven-bit ASCII into a standard form. The type of encoding used is sent to the server in form of header information so that it can be easily and correctly parsed by the browsers.


HTML Decoding is an opposite of encoding process. in decoding process, the specially encoded characters are converted back to their original form. it decodes a string that contains HTML numeric character references and returns the decoded string.

How use it?

  1. Enter the HTML source code in the text box or copy the HTML code and paste it into the text box.
  2. Click the "DECODE" button. Wait until the encoding is completed. The result will appear in the text box.
  3. Select the resulting HTML fragment from the text box: select its content.