Other base encodings
Base64 is the best known way to write data as text, but there are others. Base32 uses only capital letters and the digits 2 to 7, and often ends in = signs. Base58, used in Bitcoin addresses, leaves out look-alike characters such as 0 and O. Ascii85 packs data tightly using most keyboard symbols and is often wrapped in <~ and ~>.
Example
JBSWY3DP is Base32 for Hello.