🚀 Available on Chrome Web Store

Base64 Encode, Decode &
JWT Inspector in One Tool

The ultimate Chrome extension for developers. Encode/decode text, inspect JWT tokens, and convert images to Base64 — all from your browser. No external websites needed.

5-in-1 Essential Tools
100% Private & Local
v1.28 Actively Maintained
Base64Coder
Source:
Enter your text or drop your file.
Convert to:
text base64 jwt image audio video
Result:
SGVsbG8sIFdvcmxkIQ==

Everything You Need in One Extension

Five powerful tools packed into a lightweight extension. No more switching between websites.

Text

Base64 Encode & Decode

Instantly convert any text, file, or URL to Base64 and back. Perfect for API testing, data serialization, and debugging.

JWT

JWT Payload Decoder

Paste any JWT token and instantly decode its payload to a human-readable JSON format. Inspect claims, check expiration, and verify token data without external tools.

Image

Image to Base64

Right-click any image on a webpage and copy its Base64 string. Ideal for embedding images in CSS, HTML emails, or JSON payloads.

File

Smart File Handling

Encode or decode entire files — images, PDFs, JSON — within the extension. Drag & drop support with no upload limits.

Copy

Clipboard & Hotkeys

Copy results instantly with one click. Use customizable keyboard shortcuts and the omnibox keyword "64" for quick access.

Structure

Minimalistic & Fast UI

Clean, distraction-free interface with both light and dark themes. Snappy performance with near-zero resource usage — it won't slow your browser down.

Supports All Major Formats

Encode and decode text, images, audio, video, and more.

Text Plain Text
Image Images
Audio Audio
Video Video
JSON JSON
File PDF & Docs
Base64 Base64 Strings
JWT JWT Tokens

Right-Click Anything

Select any text or image, right-click, and instantly encode, decode, or copy — without leaving your page.

  • copy base64 → text — Decode selected Base64 to readable text
  • copy text → base64 — Encode selected text to Base64
  • copy image → base64 — Right-click any image, get its Base64 string on your clipboard
  • open base64 — Send selected text to the extension for full conversion options
Copy image to Base64
Copy base64 → text
Copy text → base64
Open base64
Inspect

Built-in JWT Payload Decoder

Paste any JWT token and instantly decode its payload to a clean, pretty-printed JSON view. No need for external websites like jwt.io — everything runs locally in your browser for maximum privacy.

  • Instantly decode JWT payload to readable JSON
  • Verify token claims and expiration at a glance
  • Copy decoded payload with one click
  • 100% local — tokens never leave your browser
JWT Inspector
PAYLOAD {
  "sub": "1234567890",
  "name": "John Doe",
  "iat": 1516239022,
  "exp": 1716239022
}
https://example.com/photo.jpg
Copy image to Base64

Right-Click Any Image → Get Base64

Convert images to Base64 without leaving your page. Just right-click any image and select "Copy image to Base64" from the context menu. The Base64 string is instantly copied to your clipboard.

  • Works on any website — right-click an image
  • Shows image metadata (dimensions, size, format)
  • Perfect for CSS inline images & HTML emails

See It in Action

Watch how Base64Coder works — encoding, decoding, JWT inspection, and more.

Try It Right Now

Experience the extension without installing — it works exactly like the real thing.

drag

Drag & Drop to Upload File

opened file
0 characters
0 characters
Image preview

Image info Size: 0 KB Resolution: px

✨ Like what you see? Install the full extension for omnibox support, context menus, keyboard shortcuts, and more!

Ready to Streamline Your Workflow?

Join developers who trust Base64Coder for their daily encoding, decoding, and JWT inspection needs.

Privacy First: No data collection, no external requests, no tracking. Everything runs locally.

Frequently Asked Questions

Is Base64Coder free to use?

Yes! Base64Coder is completely free with no hidden costs, premium tiers, or in-app purchases. It's open-source software under the MIT license.

Does my data leave my browser?

Never. All encoding, decoding, and JWT inspection happens 100% locally in your browser. No data is ever sent to external servers.

What is JWT decoding used for?

JWT (JSON Web Token) payload decoding lets you inspect the claims inside authentication tokens used by most modern APIs. You can verify user info, permissions, and check expiration without third-party tools.

How does the omnibox keyword work?

Type "64" in address bar, press Tab, then type or paste your text. Press Enter to encode it to Base64 instantly — no need to open the extension.

Can I decode Base64 files?

Absolutely! You can drag and drop files into the extension to encode them to Base64, or paste Base64 strings to decode them back into their original format.

Does it support dark mode?

Yes! Base64Coder has a beautiful dark theme by default and also supports light mode. It follows your system preference or you can toggle manually.