Gzip Decoder

Decode gzip-compressed data from Base64, hex, or .gz files.

Input

Output

No output yet

Tips

  • • If you have a base64 string that starts with "H4sI", it is likely gzip-compressed data.
  • • Hex input should contain only 0-9 and a-f characters (you can include spaces).
  • • For large payloads, upload a .gz file for the fastest decoding experience.