DATA/ENCODE
HTML Entities
Encode and decode HTML entities like &, <, >.
Encoded
<div class="x">Hello & 'world'</div>
Decoded
<div class="x">Hello & 'world'</div>
Related tools
All →DATA/ENCODE
Base64 Encode
Convert strings to and from Base64 encoding.
DATA/ENCODE
URL Encode
Percent-encode and decode URL components.
DATA/XML
XML Formatter
Pretty-print and indent XML documents client-side.
DATA/ENCODE
File to Base64
Convert any file into Base64 and a ready-to-paste data URL with instant preview for images.