Encoders & Decoders

20 tools

Encoding and decoding are everyday tasks for developers — whether you're working with APIs, authentication tokens, cryptographic keys, or data serialization. All tools below run entirely in your browser using the Web Crypto API and built-in browser standards, so your data never leaves your device.

What’s included

  • Base64 encoding & decoding for text, binary, and image data
  • URL encoding & decoding for query strings and path components
  • JWT decoding, inspection, and signature verification
  • Cryptographic hashing with MD5, SHA-1, SHA-256, and SHA-512
  • AES-256-GCM encryption and decryption
  • HMAC generation for message authentication
  • GZIP compression and decompression

Common use cases

  • Debugging API authentication tokens and JWTs
  • Encoding credentials or binary data for HTTP headers
  • Verifying file integrity with hash checksums
  • Encrypting sensitive data client-side before storage
← Browse all tools