Encode and decode Base64 strings. Supports text, files, and URL-safe encoding. Everything runs locally in your browser.
Uses characters A-Z, a-z, 0-9, +, / and = for padding. Standard encoding for data transfer.
Replaces + with -, / with _, and removes padding. Safe for use in URLs and filenames.