Decode standard Base64 into the original bytes or text.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Four Base64 characters represent 24 bits as four 6-bit values; decoding recombines them into up to three bytes and handles = padding in the final group. The standard alphabet uses plus and slash.
SGVsbG8sIFdvcmxkIQ==
Hello, World!
Basic Auth, MIME attachments, and data URLs decode Base64.