Encode text, hex, or binary data to Base64 format instantly in your browser. Fast, secure, and completelyprivate.
Input:
Hello World!
Result:
SGVsbG8gV29ybGQh
Input:
{"name":"John","age":30}
Result:
eyJuYW1lIjoiSm9obiIsImFnZSI6MzB9
Input:
https://www.example.com
Result:
aHR0cHM6Ly93d3cuZXhhbXBsZS5jb20=
Input:
john.doe@example.com
Result:
am9obi5kb2VAZXhhbXBsZS5jb20=
Input:
48656C6C6F
Result:
SGVsbG8=
Input:
0100100001100101011011000110110001101111
Result:
SGVsbG8=