Encode text or bytes as standard padded Base64.
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.
Bytes form 24-bit groups mapped to the standard alphabet, with = padding for a partial final group. Text passes through the selected byte encoding before conversion.
Hello, World!
SGVsbG8sIFdvcmxkIQ==
Basic Auth, MIME attachments, and binary fixtures encode Base64.