Base64 Encoder and Decoder
Use it for text-safe payloads in JSON, APIs, Data URIs, and debugging.
Encoding tools help convert text into transport-safe formats, decode stored values, and generate hashes for checksums or fingerprints without sending data to a server.
Encode text to Base64 or decode Base64 to text with full UTF-8 support.
Open toolEncode or decode URLs using UTF-8 percent-encoding. Local browser processing only.
Open toolCompute MD5, SHA-1/256/512 hashes instantly—private, in-browser.
Open toolSafely escape <, >, &, and quotes to entities or decode them — processing stays in your browser.
Open toolEncode text to XML entities or decode entities to text.
Open toolTool selection guide
Use it for text-safe payloads in JSON, APIs, Data URIs, and debugging.
Use it for query parameters, redirect URLs, and percent-encoded UTF-8 text.
Use it for checksums, content fingerprints, and non-password integrity checks.