UtiioSuggest

Base64 Encoder/Decoder

Convert text to Base64 and decode Base64 back to text.

Text

Output

In-depth explanation

Encode UTF-8 text to Base64 or decode Base64 back to text. Useful for data URLs, APIs, and debugging encoded payloads. Everything runs locally in your browser — your inputs are not uploaded to produce the result.

Text is encoded as UTF-8 before Base64 conversion. The input may not be valid Base64 (wrong characters or padding). Whitespace is stripped automatically.

Encoding and decoding run locally in your browser. Tweak the inputs above to compare options, then copy or note the result you need.

Frequently asked questions

Related tools

Explore similar utilities you might find useful next.