ENCODE & DECODE

Convert text into
the format you need.

Encode HTML entities, URL text, or Base64—or decode them back to readable text.

Your text is never stored or uploaded
Result
<p>Tom & Jerry</p>

THREE FORMATS

Common web conversions
in one place.

HTML entities safely represent markup characters. URL encoding prepares text for query strings and paths.

Base64 converts text into a transport-friendly string. It is not encryption.