Base64 Encode / Decode
Encode text to Base64 or decode it back. Base64 shows up wherever binary rides in text — data URIs, Authorization headers, JWT segments, email. This uses the standard Base64 alphabet, not Base64URL, so +, /, and padding = stay intact. UTF-8 text is handled.