Online base64_encode() function

string base64_encode ( string $str )

Encodes the given data with base64. This encoding is designed to make binary data survive transport through transport layers that are not 8-bit clean, such as mail bodies.

You might also like the online base64_decode function.