Base64

Base64 is an algorithm that is used to represent binary data(255 characters) as text that consists of small and big letters, numbers, "=", "/", "+". It is used for example for transferring binary attachements in emails. For example phrase "test" in Base64 is represented as "dGVzdA==".

Input data:

Output data: