50%

HTML Decoder


Enter the text to be html-decoded

Size : 0 , 0 Characters

The Decoded HTML:

Size : 0 , 0 Characters

What Is HTML Decode?



HTML Decode is an online tool used by programmers to convert HTML-encoded texts to its original or unencoded form. These characters that were encoded have a special representation that is used during the encoding process and the decoding process reverses that representation to show what these characters mean on a real HTML page. In terms used by developers and programmers an HTML decoder takes an HTML-encoded string as input and returns the unencoded version of the string as output.


What Can HTML Decode Be Used For?



Decode your Data Decode your encoded HTML


How Can I Use HTML Decode?



Enter the HTML entity into the right box. You will get the corresponding character in the left box. Download your result by clicking on the save button. Copy your result if you want by clicking on the copy button. HTML Decode is a tool that works well on browsers such as Safari Edge FireFox and Chrome. It also functions properly on Windows MAC and Linux.


Example

HTML Try it.

<!DOCTYPE html>
<html>
  <head>
    <title>Largest companies by market cap — US Stock Market</title>
    <meta charset="UTF-8" />
  </head>
  <body>
    <h1>Apple : 2037 Billion</h1>
    <h2>Microsoft : 1624 Billion</h2>
    <h3>Amazon : 1611 Billion</h3>
    <h4>Google : 1058 Billion</h4>
    <h5>Alibaba : 826 Billion</h5>
    <b>This data is as of 21 Sep 2020.</b>
   </body>
</html>

Decoded HTML

<!DOCTYPE html>
<html>
  <head>
    <title>Largest companies by market cap — US Stock Market</title>
    <meta charset="UTF-8" />
  </head>
  <body>
    <h1>Apple : 2037 Billion</h1>
    <h2>Microsoft : 1624 Billion</h2>
    <h3>Amazon : 1611 Billion</h3>
    <h4>Google : 1058 Billion</h4>
    <h5>Alibaba : 826 Billion</h5>
    <b>This data is as of 21 Sep 2020.</b>
   </body>
</html>

For Advanced Users

External URL

Load External URL in Browser URL like this https://www.fancytextconverter.com/html-decode-string?url=external-url

https://www.fancytextconverter.com/html-decode-string#url=https://gist.githubusercontent.com/cbmgit/5e3ad526c135500e28c6d2b3a977a779/raw/htmldecode.html

Related Tools


Recently visited pages


Tags