Unicode Text ↔ Base64 Converter

This script will convert between Unicode text and Base64. Base64 is typically used to convert binary data to ASCII characters, but here we use it to convert Unicode.

See MDN and Wikipedia for more info.


     

Uses: one obvious use is to obfuscate email addresses to block harvesting by spambots.