Developer Utility

Base64 Encoder / Decoder Online

Encode text to Base64 or decode Base64 back to readable UTF-8 text. Everything runs locally in your browser.

Input

Text or Base64

Output

Result

Input Characters
0
Input Bytes
0 B
Output Characters
0
Output Bytes
0 B

FAQ

Base64 Encoder / Decoder FAQ

What can I use this Base64 tool for?

Use it to encode text, JSON, HTML, API credentials, or small configuration snippets into Base64, and decode Base64 strings back to readable text.

Does it support Unicode text?

Yes. The encoder and decoder use UTF-8, so text with international characters is handled correctly.

What is URL-safe Base64?

URL-safe Base64 replaces characters that can be awkward in URLs, making the output easier to use in query strings, tokens, and web-safe identifiers.