Dynamic Web Sites » Quick Reference » Base 64 Character Coding

A two-way encoding scheme to encode/decode binary and plain text strings. Popularized as the encoding scheme used for MIME encoding.

Plain Text String



Base 64 Encoded String

Also try:

Hash String Encoding
a popular method to generate one-way message string encryption.
Hexadecimal Character Coding
the coding scheme commonly used in computing to represent program data.
URL Character Coding
the standard method to encode specific characters for safe use in URL strings.