base64
mime base64 encoder
Base64 is a set of encoding schemes that convert binary data into ASCII string format. This allows you to move binary data in situations when only text is allowed. MIME uses Base64 encoding for email (RFC 2045).
Type or paste the data you want to encode or decode in the top text area. Click the encode or decode button. The result will appear in the bottom text area. Copy & paste as needed.
This page uses PHP, base64_encode and base64_decode.
Copyright 2012 Jerry Whiting. All rights reserved.
