// tools
Base64 decoder
Paste a Base64 string and the decoder returns the original bytes — interpreted as UTF-8 by default, or shown as a hex dump for binary content. Works on standard, URL-safe, and unpadded variants without configuration.
// tools
Paste a Base64 string and the decoder returns the original bytes — interpreted as UTF-8 by default, or shown as a hex dump for binary content. Works on standard, URL-safe, and unpadded variants without configuration.