Diysb Tools

Base64 Encoder/Decoder

Encode or decode text using Base64 encoding.

Text Tools

What is Base64?

Base64 is an encoding scheme that represents data in an ASCII string format by translating it into a radix-64 representation. Although it can be used to encode strings, it is commonly used to encode binary data for transmission over media that are designed to deal with textual data.

Input Data
Result
Tool options
Base64 Options
Base64 Encode
Base64 Decode
Base64 Encoder/Decoder Examples

Encode Text to Base64

Convert plain text to Base64 encoding.

Hello World
Hello World
SGVsbG8gV29ybGQ=
SGVsbG8gV29ybGQ=
Base64 Options
Base64 Encode
Base64 Decode

Decode Base64

Decode a Base64 string back to plain text.

SGVsbG8gV29ybGQ=
SGVsbG8gV29ybGQ=
Hello World
Hello World
Base64 Options
Base64 Encode
Base64 Decode

Encode URL

Encode a URL string to Base64.

https://example.com
https://example.com
aHR0cHM6Ly9leGFtcGxlLmNvbQ==
aHR0cHM6Ly9leGFtcGxlLmNvbQ==
Base64 Options
Base64 Encode
Base64 Decode