When to use these tools

Encoder tools help convert text between representations used by browsers, APIs, markup, and URLs. They are intended for small debugging tasks such as checking Base64 strings, preparing URL query values, or escaping markup-sensitive characters without sending the input to a remote conversion service.

New

Base64 Encoder

Encode UTF-8 text to Base64 and decode Base64 strings locally.

New

URL Encoder

Encode and decode URL components for paths and query strings.

New

HTML Entity Encoder

Escape HTML-sensitive characters and decode HTML entities.