Base64 Encoder / Decoder
Paste left — result instantly right. No upload.CLEANInput — text to encode
0 chars
Output
0 charsHow it works
Base64 encodes binary as ASCII (A-Z, a-z, 0-9, +, /). URL-safe swaps `+→-`, `/→_`, strips `=`. Decoding reverses it. All in browser via TextEncoder + btoa/atob — no upload.
Frequently Asked Questions
- URL-safe?
- For JWT/URLs. Encoded without + / = padding. Decoding auto-handles both.
- File?
- Upload any file — we read as text and encode. For binary, we base64 the bytes.
- Private?
- Yes — runs locally. We track only copy/download clicks, never content.
Related Tools
- →
Base64 Decoder
Decode Base64 strings instantly.
- →
URL Encoder
Encode and decode URLs and query strings.
- →
JSON Formatter
Format, validate and beautify JSON with syntax highlighting.
- →
JSON Validator
Validate JSON and get precise line/column errors.
- →
JSON Minifier
Minify JSON to reduce size for production.
- →
JWT Decoder
Decode and verify JSON Web Tokens safely in your browser.
Advertisement — bottom
Ad placeholder — respects privacy, no tracking of tool input. Will be replaced with provider later.