Encode and decode Base64 with URL-safe variant support
The Base64 Encoder/Decoder converts text to and from Base64 in your browser. Encode strings for data URIs, API payloads, or config, and decode Base64 back to readable text β instantly and offline. It handles UTF-8 correctly and supports URL-safe variants, making it a quick way to inspect or produce Base64 without command-line tools.