Base64 Encoder and Decoder
Convert text to Base64 and back. Useful for data URLs, basic auth headers, and inspecting encoded payloads.
Encoding and decoding happen in your browser only.
How to use
- Paste plain text to encode, or Base64 to decode.
- Choose Encode or Decode.
- Copy the result into your application.
FAQ
Does this support Unicode?
Yes. Text is encoded as UTF-8 before Base64 conversion.
Is this the same as Base64URL?
This tool uses standard Base64. JWT uses Base64URL, which replaces +/ and omits padding.
Related tools
- JWT Decoder — Decode JWT header and payload locally.
- UUID Generator — Generate RFC 4122 version 4 UUIDs.
Guides: developer guides, service enquiry.