Base64Encode.io - A simple web tool to help you in encoding your string data into base64 format and decode base64 data into plain text.
Base64 is used to represent binary data in an ASCII string format by translating it into a radix-64 representation. Each Base64 digit represents exactly 6 bits of data. Three 8-bit bytes (i.e., a total of 24 bits) can therefore be represented by four 6-bit base64 digits.
Base64 format is commonly used in:
As Base64 encoding is not a secure encryption process and anyone can easily decode it, we should never really rely only on Base64 encoding for our applications.
A
Q
g
w
B
R
h
x
C
S
i
y
D
T
j
z
E
U
k
0
F
V
l
1
G
W
m
2
H
X
n
3
I
Y
o
4
J
Z
p
5
K
a
q
6
L
b
r
7
M
c
s
8
N
d
t
9
O
e
u
+
P
f
v
/