Base64 is encoding, not encryption
Anyone can decode Base64 text. Do not use it to hide passwords, secrets, tokens, or private customer data.
Encode or decode everyday text safely in your browser. Useful for links, campaign values, and quick Base64 text checks.
Turn UTF-8 text into Base64.
32 characters · no request is sent to a server.
Sample text loaded. Processing is local to this browser.
Anyone can decode Base64 text. Do not use it to hide passwords, secrets, tokens, or private customer data.
Spaces, ampersands, and non-ASCII characters need percent-encoding when they are used inside URL parameters.
Invalid Base64 and incomplete percent escapes show a warning instead of silently returning misleading output.