Pretty Base6️⃣4️⃣ Encoder/Decoder

With Pretty Base64 tool, encode or decode your base64!

Use our Pretty and Free Base64 encoder/decoder to easily encode or decode text. Our online tool provides a simple and reliable way to handle Base64 encoding and decoding tasks. Use this decoder 64!

What is Base64?

Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format.
It is commonly used to encode data that needs to be stored and transferred over media that are designed to deal with text.
This encoding helps to ensure that the data remains intact without modification during transport.

How to Use

  • Enter the text you want to encode or decode in the input textarea.
  • Encode: Convert the input text to a Base64 encoded string.
  • Decode: Convert a Base64 encoded string back to its original text.
  • Reset: Clear both the input and output textarea.
  • Copy Output: Click on the output textarea to copy the result.
  • Copy Recent Result: Click on a recent result to copy the input and output, separated by a space.
  • Remove Recent Result: Click the trash icon on a recent result to remove it.

(베이스64 인코딩, 디코딩에 사용해보세요)

Binary to Character Mapping

DecimalBinaryCharacter
0000000A
1000001B
2000010C
3000011D
4000100E
5000101F
6000110G
7000111H
8001000I
9001001J
10001010K
11001011L
12001100M
13001101N
14001110O
15001111P
DecimalBinaryCharacter
16010000Q
17010001R
18010010S
19010011T
20010100U
21010101V
22010110W
23010111X
24011000Y
25011001Z
26011010a
27011011b
28011100c
29011101d
30011110e
31011111f
DecimalBinaryCharacter
32100000g
33100001h
34100010i
35100011j
36100100k
37100101l
38100110m
39100111n
40101000o
41101001p
42101010q
43101011r
44101100s
45101101t
46101110u
47101111v
DecimalBinaryCharacter
48110000w
49110001x
50110010y
51110011z
521101000
531101011
541101102
551101113
561110004
571110015
581110106
591110117
601111008
611111019
62111110+
63111111/