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.
Related Tools
UUID Generator
Generate random UUIDs (v4), validate existing ones, and create batches instantly. Features history and bulk operations.
JSON Formatter & Validator
Validate, repair, beautify, and minify JSON data. Features real-time error highlighting and auto-fix for common syntax issues.
HTML Formatter
Beautify and format HTML with proper indentation. Works with fragments and embedded styles/scripts.
URL Encode / Decode
Encode and decode URLs with support for full URLs and query parameters. Handles Unicode, detects already-encoded strings, and validates encoding sequences.
