Base64 Encoder

Encode text or files to Base64 and decode Base64 back to plain text. Supports URL-safe Base64, line wrapping, and file encoding.

📝 Input Text
⚙️ Options
💡 Base64 increases size by ~33%. Use URL-safe variant (replaces +/= with -/_) for tokens, JWTs, and URL parameters.