Base64 Encoder/Decoder
Convert text to Base64 or decode Base64 back to readable text.
Input Length 0
Output Length 0
How it works
UTF-8 safe: Encodes and decodes Unicode text reliably.
URL-safe option: Replace + and / with - and _ for URLs.
Padding control: URL-safe decode automatically restores padding.
100% local: No data is sent to any server.