Reverse list Online

This tool used to sort a number or reverse a text.










What is Base64 encoding and base64 Decoding?

Base64 is a group of binary-to-text encoding schemes that transforms binary data into a sequence of printable characters, limited to a set of 64 unique characters.

base 64 encode

Examples

Example 1:

Base String: Richael

Base 64 encoded string: UmljaGFlbA==


Example 2:

Base String: Redbarn

Base 64 encoded string: UmVkYmFybg==



Related Tools