• DE
  • ES
  • EN
  • NL
Google+twitterfacebook

Base64 encoder / decoder

Encrypt or decode Base64 encoded text
Encoding Decoding
What is Base64?

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

How to program in PHP?
						<?php

							$text = 'This is a text';
							$result  = base64_encode($text);
							// $result now contains string 'VGhpcyBpcyBhIHRleHQ='

Call now  +31207775488  if you need another tool!