Decode Base64
Convert a Base64 value back to readable UTF-8 text. Whitespace and URL-safe Base64 are supported.
How Base64 decoding worksBase64 utility
Paste a Base64 value to turn it back into readable UTF-8 text. The decoder supports whitespace and URL-safe Base64. Need the reverse operation? 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