Base64 converts arbitrary binary data into a text string made up of 64 printable ASCII characters. It is not encryption - anyone can decode it - it exists purely so binary data (like an image) can travel safely through text-only channels such as JSON, XML, email, or a URL.
Try our Base64 Encoder / Decoder to see a string converted both ways instantly in your browser.
Looking for a tool to try out what you just read? Browse the full tools catalog.