Encode text or files to Base64 and decode Base64 strings instantly, entirely in your browser.
Plain Text Input
Base64 Output
Quick Reference: Base64 encodes binary data as ASCII text (A–Z, a–z, 0–9, +, /).
URL-safe mode replaces + with - and
/ with _ for safe use in URLs and JWTs.