Decode Base64
Convert a Base64 value back to readable UTF-8 text. Whitespace and URL-safe Base64 are supported.
How Base64 decoding worksBase64 utility
Base64 turns binary data into plain text characters that can travel safely in JSON, URLs, email, and API payloads. Paste a value above to decode it, or switch to Encode to create a Base64 string from plain text.
Convert a Base64 value back to readable UTF-8 text. Whitespace and URL-safe Base64 are supported.
How Base64 decoding worksTurn plain text into a Base64 string for an API, configuration value, or other text-safe payload.
How Base64 encoding worksBase64 is an encoding format, not encryption. It is meant for transport and compatibility.
Read the Base64 overviewQuick answers