Base64 to Unicode String Encoder/Decoder Conversion Tool

This tool will convert a string to base64 and vice versa. Base64 is a binary to text encoding schemes that show binary data in orders of 24 bits. Base64 is an encoding alrothm that allows strings, characters …etc. into alphabets which include latin letters, digits, slashes and plusses. For example, Hello is converted to SGVsbG8=. This encoder first makes it a binary representation and then converts the characters using a conversion character and padding “=” at the end and eventually combining everything leads to the right result.

Unicode

base64

Base64/Bit Table

6-bit digitBase64 Unicode Character
000000A
000001B
000010C
000011D
000100E
000101F
000110G
000111H
001000I
001001J
001010K
001011L
001100M
001101N
001110O
001111P
010000Q
010001R
010010S
010011T
010100U
010101V
010110W
010111X
011000Y
011001Z
011010a
011011b
011100c
011101d
011110e
011111f
100000g
100001h
100010i
100011j
100100k
100101l
100110m
100111n
101000o
101001p
101010q
101011r
101100s
101101t
101110u
101111v
110000w
110001x
110010y
110011z
1101000
1101011
1101102
1101113
1110004
1110015
1110106
1110117
1111008
1111019
111110+
111111