Security & Encoding

Base64 Encoder / Decoder

Encode text to Base64 or Base64URL, or decode them back to text. UTF-8 safe using TextEncoder/TextDecoder. Runs entirely in your browser.

● LOCAL ● NO NETWORK ● RFC 4648
Base64 is encoding, not encryption. Anyone who sees the encoded string can decode it instantly. Never use Base64 to conceal passwords, API keys, or other sensitive data.