Base64 is a way to convert binary code to ASCII characters. The encoding is used in e-mail to send attachments (see MIME), but in other ways it is used on the Internet. The conversion to ASCII is necessary because many protocols on the Internet are built on the use of (7-bit) ASCII characters and not of 8-bit binary code.
Source: Wikipedia
<?php $text = 'This is a text'; $result = base64_encode($text); // $result now contains string 'VGhpcyBpcyBhIHRleHQ='
Call now +31207775488 if you need another tool!