Who Is This Tool For?
Web developers creating inline data URIs, authorization headers (Basic Auth), or encoding binary payloads.
Good to Know
Supports UTF-8 encoded text and binary strings.
Encode raw text, data strings, and files into standard RFC 4648 Base64 format.
Paste plain text to encode.
Generates standard RFC 4648 Base64 string.
Copy Base64 encoded payload with one click.
Web developers creating inline data URIs, authorization headers (Basic Auth), or encoding binary payloads.
Supports UTF-8 encoded text and binary strings.
Base64 is a binary-to-text encoding scheme that allows binary data (like images or encrypted keys) to be safely transferred across text-based protocols like email (MIME) and JSON HTTP requests.
Encode special characters, spaces, and query parameters into standard percent-encoded URL strings.
Prettify, validate, format, and indent JSON data with custom spacing and instant syntax highlighting.
Decode percent-encoded (%20, %26, %3D) URLs and query parameters back into human-readable text.
Validate JSON syntax in real-time, detect missing quotes, unclosed brackets, trailing commas, and inspect payload schemas.