Tool Not Working?
If buttons aren't clickable or file uploads aren't working, this is a known issue that can be fixed by refreshing the page.
or press Ctrl+F5
Base64 Encoder/Decoder
Encode and decode Base64 data with support for text, files, and images
Text Input
0 characters 0 bytes
Base64 Output
0 characters 0 bytes
File Encoder/Decoder
๐
Drop files here or click to browse
Supports all file types (max 10MB)
๐
Encoded File Data
๐ก Examples
Text:
Hello World!
โ SGVsbG8gV29ybGQh
JSON:
{"name": "John"}
โ eyJuYW1lIjogIkpvaG4ifQ==
โน๏ธ About Base64
- โข Encoding scheme to represent binary data
- โข Uses 64 ASCII characters (A-Z, a-z, 0-9, +, /)
- โข Commonly used in web development and APIs
- โข Safe for transmission over text-based protocols
- โข Increases data size by approximately 33%
- โข Padding with '=' characters for proper length