Add the requested inputs
Use the labelled fields in the workspace above. If example values are provided, try them first or replace them with your own.
Developer tools · Free online tool
Encode Unicode text to Base64 or decode Base64 and Base64URL safely.
Runs locally in your browser
Base64 changes representation; it does not encrypt or secure the content.
Use it with confidence
Use the labelled fields in the workspace above. If example values are provided, try them first or replace them with your own.
Use the main action when needed. TextEncoder and TextDecoder bridge UTF-8 bytes while the browser handles Base64 byte representation.
Encode a UTF-8 string containing emoji, or inspect a Base64URL payload with missing padding.
Base64 is an encoding, not encryption. Anyone can decode it and it should not protect secrets.
Helpful answers
Yes. Guests receive 3 runs per rolling 24 hours, verified free accounts receive 10, and Premium subscribers receive unlimited normal use.
No. This tool runs in your browser and UtilHub does not receive or store the values you enter. Your browser or device may still retain normal local history or form data.
TextEncoder and TextDecoder bridge UTF-8 bytes while the browser handles Base64 byte representation.
Base64 is an encoding, not encryption. Anyone can decode it and it should not protect secrets.