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)

๐Ÿ’ก 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

Share This Tool

Help others discover this tool by sharing it!