Base64 Encode/Decode
Encode text to Base64 or decode Base64 to plain text. Also supports file encoding.
About Base64 Encoding
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used when there's a need to encode binary data, especially when that data needs to be stored and transferred over media that are designed to deal with text. This encoding helps ensure that the data remains intact without modification during transport.
Common uses include:
- Embedding image data in HTML or CSS
- Storing complex data in JSON
- Email attachments (MIME)
- Representing binary data in XML
You might also need
Convert text between different cases
Encode or decode URLs and query parameters
Convert files between PDF and Word formats
Convert images between JPG and PNG formats
Convert HEIC images from iPhone/iOS to JPG format
Format, validate and beautify JSON data
Compare text differences between two files or snippets
Generate secure passwords with customizable options
Generate UUIDs (v1, v4) for unique identifiers
Generate QR codes and barcodes from text
Create favicons from images for your website
Test and debug regular expressions with live preview
Decode and inspect JWT tokens
Generate and validate cron expressions
Calculate aspect ratios and resize dimensions
Convert between timestamps and human-readable dates