Base64 Encoder / Decoder
Encode and decode Base64 strings with Unicode and file support
0 chars
0 chars
What is Base64 Encoding?
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used to encode data in email, URLs, and embed images directly in HTML/CSS.
- Full Unicode support including emojis and special characters.
- URL-safe encoding option for use in URLs and filenames.
- Image preview when decoding Base64-encoded images.
You might also like
Encoding
URL Encoder / Decoder
Encode and decode URLs with multiple encoding methods. Parse URL components and query parameters.
Data
JSON Validator & Formatter
Validate, format, and beautify your JSON data with ease.
Security
JWT Decoder
Decode and inspect JSON Web Tokens to check their payload and signature.
Time
Timestamp Converter
Convert timestamps, dates, and time units. Calculate epoch dates for day, month, or year.