β All tools
Base64 Encoder / Decoder
Encode text to Base64 or decode Base64 back to text.
What is Base64 encoding?
Base64 is a way to represent binary data as ASCII text. It's commonly used in data URLs, email attachments, API tokens, and embedding images in CSS/HTML. This tool encodes and decodes Base64 with full Unicode support.