Encoders for developer workflows.
Encode and decode common web-safe text formats. These tools run locally in your browser whenever possible.
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.
Base64 Encoder
Encode UTF-8 text to Base64 and decode Base64 strings locally.
NewURL Encoder
Encode and decode URL components for paths and query strings.
NewHTML Entity Encoder
Escape HTML-sensitive characters and decode HTML entities.