Base64 Decoder
Decode Base64 encoded strings back to plain text. Supports standard and URL-safe Base64.
Base64 Input
Decoded Output
Hello, World!
Input Length
20
Output Length
13
About Base64: Base64 is an encoding scheme that converts binary data to ASCII text. It's commonly used for embedding data in URLs, emails, and web pages.