50%

HTML Escape / Unescape


Enter the HTML Data

Size : 0 , 0 Characters

The Result HTML Data:

Size : 0 , 0 Characters
\n' + ' \n' + '

Apple : 2037 Billion

\n' + '

Microsoft : 1624 Billion

\n' + '

Amazon : 1611 Billion

\n' + '

Google : 1058 Billion

\n' + '
Alibaba : 826 Billion
\n' + ' This data is as of 21 Sep 2020.\n' + ' \n' + ' ' ; }else{ sample= ' <!DOCTYPE html>\n' + ' <html>\n' + ' <head>\n' + ' <title>Largest companies by market cap — US Stock Market</title>\n' + ' <meta charset="UTF-8" />\n' + ' </head>\n' + ' <body>\n' + ' <h1>Apple : 2037 Billion</h1>\n' + ' <h2>Microsoft : 1624 Billion</h2>\n' + ' <h3>Amazon : 1611 Billion</h3>\n' + ' <h4>Google : 1058 Billion</h4>\n' + ' <h5>Alibaba : 826 Billion</h5>\n' + ' <b>This data is as of 21 Sep 2020.</b>\n' + ' </body>\n' + ' </html>' ; } inputTextArea.value= sample; outputTextArea.value = ""; updateFooterState(); }

HTML-Escape- Unescape



This is an online tool made use of by online developers to Escape or Unescape special HTML characters. In a simpler term Escape is used to encode certain characters some of which are < > . While unescape is used to decode such characters. Encoding is the process in which plain texts are converted to ciphertext while decoding is the process of converting ciphertext to into plain text


What Can I Do With HTML EScape?



HTML Escape is used to encode a string for use in URL. It is used to encode characters that are not ASCII This tool ensures that a string is safe to use in URL It makes it easy and fast to encode needed characters. It functions properly on Java Supported browsers such as LINUXEDGE FIREFOX WINDOWS and many others


What Can I Do With HTML Unescape?



HTML is used to decode encoded string It makes the decoding of encoded string easy and quick It functions perfectly on WINDOWS EDGE LINUX and so many others.


Example

HTML Try it.

<!DOCTYPE html>
<html>
  <head>
    <title>Largest companies by market cap — </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>

Escaped HTML

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

HTML Unescape


HTML Unescape is easy to use tool to unescape HTML and converts to plain HTML to unescaped html which helps to show html text in HTML in <pre> tag. Copy, Paste and Unescape.

What can you do with HTML Unescape?

  • HTML Unescape is very unique tool to unescape html.
  • This tool saves your time and helps to unescape Hyper Text Markup language data.
  • This tool allows loading the Plain HTML data URL, which loads plain data to unescape. Click on the URL button, Enter URL and Submit.
  • Users can also convert plain HTML File to unescaped HTML by uploading the file.
  • HTML Unescape Online works well on Windows, MAC, Linux, Chrome, Firefox, Edge, and Safari.

Example

Escaped HTML Try it.

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

Unescaped HTML

<!DOCTYPE html>
<html>
  <head>
    <title>Largest companies by market cap — </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-escape-unescape?url=external-url

https://www.fancytextconverter.com/html-escape-unescape#url=https://gist.githubusercontent.com/cbmgit/a26f750999a9925c02a1a9e5f4c2c150/raw/CompaniesByMCapital

Related Tools


Recently visited pages


Tags