Base64 Encoder/Decoder
[SECURITY] 100% client-side processing. Your data never leaves this browser.
Text Input 0 chars
[DROP_FILE_HERE]
or click to select file
File:
Size:
Type:
Base64 Output 0 chars
About Base64
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used for transmitting data over channels that only support text content.
| Feature | Standard Base64 | URL-safe Base64 |
|---|---|---|
| Character 63 | + | - |
| Character 64 | / | _ |
| Padding | = | = (optional) |