root@catnux
← back
Encode / Decode
// tool

>_ Base64 Encode/Decode

Encode or decode Base64 strings

// output will appear here
// learn

Base64 is an encoding scheme that converts binary data into ASCII text using 64 characters (A-Z, a-z, 0-9, +, /). It is widely used to transmit binary data over text-only media, such as email (MIME) or data URLs in HTML/CSS.

catnuxpage: tools/base64/
up: 00:00:00