CNV-17Converters

HTML Entities

Escape < > & " '

CNV-17Result

Your data never leaves your device: this tool runs locally in the browser.

HTML Entities

Convert HTML special characters into entities (&amp;lt;, &amp;amp;…) and back. A must when embedding code samples in articles and avoiding broken markup.

Frequently asked questions

Why escape HTML?

So the browser displays < and > as text instead of treating them as tags.

What is &amp;nbsp;?

A non-breaking space — an entity that prevents a line break between words.