baseencoding
Base encoding is a method of representing data in a specific numerical base. This means that instead of using the standard base-10 (decimal) system with digits 0-9, the data is represented using a different set of symbols and a different positional value system. Common examples include base-2 (binary), base-8 (octal), and base-16 (hexadecimal). Base-64 is another popular encoding scheme used to represent binary data in an ASCII string format.
The purpose of base encoding varies depending on the context. Binary encoding is fundamental to computer science,
Base-64 encoding is widely used to transmit binary data over systems that are designed to handle text,