When to use it
Use it for quick checks around tokens, payload snippets, small config values, or documentation examples that need Base64 conversion.
developer
Encode text to Base64 or decode Base64 back to readable text without opening a random mystery site.
copied
One less tiny problem.
Converted text will appear here.Input
0
characters
Output
0
characters
Status
Ready
UTF-8 friendly
Base64 Encoder/Decoder converts UTF-8 text to Base64 and decodes valid Base64 input back into text.
Use it for quick checks around tokens, payload snippets, small config values, or documentation examples that need Base64 conversion.
Choose encode or decode, paste the text, and copy the output. Invalid Base64 gets a friendly error instead of a silent shrug.
No. Base64 is encoding, not security. Anyone can decode it if they have the text.
Yes. The tool encodes and decodes UTF-8 text, so normal Unicode characters are supported.
Related tools
links
Encode or decode URL components and full URLs without sending the text anywhere.
developer
Validate JSON and get friendly browser-only parse errors with line and position when available.
developer
Validate and minify JSON with before-and-after size metrics.
developer
Format, minify, and validate JSON with friendly browser-only errors.