Encode and decode Base64 strings. Supports Unicode.
Base64 Encode/Decode converts text and binary data to Base64 format. Useful for data URIs, API auth, and image embedding. Supports UTF-8 and Unicode.
—
Add to favorites for quick access from the home page
Tools often used together with this one
Input: Hello Output (Encode): SGVsbG8= Input: SGVsbG8= Output (Decode): Hello