Base64 Encoder / Decoder

Encode or decode text and files to/from Base64.

How it works

Uses the browser's built-in btoa/atob functions and FileReader API for Base64 encoding and decoding. No data leaves your browser.