Developer Tools › Data & Encoding
Base64 Encode / Decode
Robustly encode and decode Base64 strings, including URL-safe variants and binary data.
Security & Precision
Processing occurs entirely in your browser using the TextEncoder API. Large files are handled using chunked processing to prevent stack overflows. Base64URL and Data URLs are automatically normalized for maximum compatibility.
