Encoder base64
Converts (encodes) an arbitrary string into base64 format.Example: "строка" → "0YHRgtGA0L7QutCw".
It yields a result similar to the PHP function base64_encode().
This encoding is intended to ensure that binary data is preserved when transmitting binary data over protocols that do not support 8-bit transmission, such as email bodies.