Base64 Encoder / Decoder
Encode text to Base64 or decode Base64 back to text. Runs fully in your browser.
100% client-side — your data never leaves this device.
About Base64
Base64 encodes binary data as ASCII text — useful for data URLs, simple transport, and debugging. This tool supports UTF-8 text encode/decode entirely client-side.