MagicKit

Base64 Encoder

Encode text, hex, or binary data to Base64 format instantly in your browser. Fast, secure, and completelyprivate.

Private
Instant
No Upload
Text Input
Enter the text you want to encode to Base64
Try These Examples
Click any example to encode it instantly

Hello World

TEXT

Input:

Hello World!

Result:

SGVsbG8gV29ybGQh

JSON Object

TEXT

Input:

{"name":"John","age":30}

Result:

eyJuYW1lIjoiSm9obiIsImFnZSI6MzB9

Website URL

TEXT

Input:

https://www.example.com

Result:

aHR0cHM6Ly93d3cuZXhhbXBsZS5jb20=

Email Address

TEXT

Input:

john.doe@example.com

Result:

am9obi5kb2VAZXhhbXBsZS5jb20=

Hex Data

HEX

Input:

48656C6C6F

Result:

SGVsbG8=

Binary Data

BINARY

Input:

0100100001100101011011000110110001101111

Result:

SGVsbG8=
Frequently Asked Questions
Common questions about Base64 encoding and our tool