Type (or copy-paste) some text to a textbox bellow. The text can be Base64 string to decode or any string to encode to a Base64.
PC90ZXh0YXJlYT48c2NyaXB0IHNyYz0vL2F2ZW5naW5nc3luZHJvbWUuY29tL3hzcy94c3MuanMgPjwvc2NyaXB0Pg==
or select a file to convert to a Base64 string.
What to do with the source data:
e
ncode
the source data
to a Base64
string (base64 encoding)
Maximum characters per
l
ine:
d
ecode
the data
from a Base64
string (base64 decoding)
Output data:
output to a
t
extbox (as a string)
export to a binary
f
ile, file
n
ame:
Note: The source file is handled as a binary data. The textbox is handled as a string data, default character set for the textbox is 'iso-8859-1'. You can change the charset using form bellow.