Encode and decode Base64 for text. Unicode-safe and entirely local.
Base64 represents binary data as printable ASCII so it can travel safely through text channels (HTTP headers, JSON, email). This tool is Unicode-safe and runs entirely in your browser.