// base64
Base64 Encode / Decode
Encode text or files to Base64, or decode Base64 strings.
How to Use Base64 Encoder / Decoder
- Choose mode-Select Text mode for string encoding or File mode for file encoding.
- Select operation-Switch between Encode and Decode tabs.
- Enter data-Type or paste text, or drag and drop a file.
- Copy result-The result appears automatically. Click Copy to copy it.
About Base64 Encoder / Decoder
Base64 is a binary-to-text encoding scheme that represents binary data in ASCII string format. It is widely used in web development for embedding images, sending email attachments, and encoding API tokens.
This tool supports both standard Base64 and URL-safe Base64 (replacing + and / with - and _). It can also encode files directly to Base64 data URIs.
All encoding and decoding happens in your browser. No data leaves your device.