← All tools

Base64 encoder / decoder

Convert text to and from Base64. UTF-8 safe · in your browser

Frequently asked questions

What is Base64?

Base64 represents binary or text data as plain ASCII characters. It's common in data URLs, email attachments, and APIs.

Does it handle emoji and accents?

Yes — it's UTF-8 safe, so any Unicode text encodes and decodes correctly.