Error Message
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.
Decode your Data Decode your encoded HTML
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.
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
Load External URL in Browser URL like this https://fancytextconverter.com/
https://fancytextconverter.com/html-decode-string#url= https://gist.gi thubusercontent .com/cbmgit/5e3 ad526c135500e28 c6d2b3a977a779/ raw/htmldecode. html