Base64 Converter
Instantly convert text to Base64 and vice versa.
Base64 encoding is a way to convert binary data into a text string using a radix-64 representation. This is useful for transmitting data over media that are designed to deal with text.
Common Conversions
Text: "Hello World!"
Base64: "SGVsbG8gV29ybGQh"
Base64: "U29tZSBjb21tb24gdGV4dA=="
Text: "Some common text"