Base64 Encoder
Base64 encoder
UTF-8 safe for text. Binary files: use the image tools instead.
Base64
Guide: Base64 Encoder
Topics in this category: JSON, minify, encoding
Encoding vs encryption
Base64 represents bytes as ASCII text. It obscures casually but provides no confidentiality.
Watch line wrapping and URL-safe variants (+/ vs -_) when copying through email or query strings.