🔒

Base64 Encoder / Decoder

Encode plain text to Base64 or decode Base64 back to text — instantly, locally.

Encode a file:

How it works?

Encoding and decoding use the browser's native btoa() and atob() functions with full UTF-8 support. No data is ever sent to a server.