Base64 Encoder & Decoder
Convert any snippet into Base64 (or back) with full UTF-8 support, instant previews, and copy helpers.
Waiting for input...
Tips
- This tool uses UTF-8 for text conversions; binary data should be pasted as raw bytes or dropped via developer tools.
- URL-safe mode replaces '+' with '-' and '/' with '_' and removes padding when decoding.
- Wrapped output is handy for PEM-style blocks; disable wrapping for API payloads.