Command Palette

Search for a command to run...

Encoders & Decoders

Base64, URL encoding, JWT decode, image to Base64

Frequently Asked Questions about Encoders & Decoders

What are encoder and decoder tools?
Encoders and decoders convert data between formats: Base64 encode/decode, URL encode/decode, JWT decoder, and image to/from Base64. Useful for APIs, data URLs, and debugging. All run in your browser.
Is my data sent to a server?
No. All encoding and decoding happens in your browser. Your input never leaves your device.