Base64 Encoder & Decoder
Encode and decode text with Base64.
- On your device
- No signup
Private on your device
Your information stays on your device and is not uploaded.
Encode and decode text with Base64.
Decode JWT header, payload, and expiry—including Bearer tokens—on your device.
Format, minify, and validate JSON with optional key sorting.
Compare two JSON documents and instantly see added, removed, and changed values. JSON mode highlights changed keys with path hints.
Format, minify, and validate XML with readable indentation.
Compare two XML documents and see tag, attribute, and text line changes.
Compare source files such as JavaScript, TypeScript, Java, Python, HTML, CSS, and SQL.
Compare CSV or TSV files, match rows with an optional key column, and highlight changed cells.
This Base64 to text decoder restores human-readable strings from encoded API fields, log lines, and config blobs. Paste Base64, get UTF-8 text, and copy the result for debugging or documentation—all processed locally.
UTF-8 text decodes cleanly; binary data decoded as text may show replacement characters.
Some systems strip padding—most decoders tolerate missing `=` characters.
Paste the Base64 string, run decode, and review UTF-8 text output. Remove line wraps if the source split long strings.
Example: decode a Base64 JSON snippet from a log aggregator to read the original `{ "status": "ok" }` payload.
Encodes plain text to Base64 or decodes Base64 back to text on your device using standard encoding. Large inputs are processed locally.
Results are based on the inputs you provide and may not cover every edge case. This tool is for general use and is not professional advice.
Your image stays on your device and is not uploaded.
These pages use the same base64 encoder & decoder with examples tailored to different tasks.
FAQ
Yes when the original text was UTF-8 before encoding.
The source may be binary or use a different charset—not plain UTF-8 text.
Remove line breaks from wrapped strings before decoding if the tool reports invalid input.
Page last reviewed: