Gzip Decompress Online — Inflate Base64 / Hex Gzip (Gunzip in Browser)
Free gzip decompress online: paste Base64 or hex gzip data (H4sI / 1f8b) to inflate text, or compress text to gzip. Gunzip / ungzip in your browser—no upload.
Gunzip without a terminal.
Spoold's Gzip Decompress & Compress tool inflates gzip payloads from Base64 or hex—or compresses text the other way. Perfect when a log or API body starts with H4sI or 1f 8b.
How to recognize gzip
Gzip streams start with magic bytes 1f 8b. In Base64 that often appears as H4sI. If you see either, switch Spoold to Decompress (or leave Auto on) and gzip decompress online without installing gunzip.
| Clue | Meaning |
|---|---|
| 1f 8b | Raw gzip magic (hex dump / Wireshark) |
| H4sI… | Typical Base64 of gzip (very common in JSON APIs) |
| Content-Encoding: gzip | HTTP body is gzip; capture bytes then inflate |
When you need it
HTTP Content-Encoding
Decode a captured gzip body from DevTools or a proxy export.
API / webhook dumps
Some APIs return gzip as Base64 inside JSON—inflate, then pretty-print with JSON Format.
Quick compress
Compress a fixture to gzip Base64 for tests without shell pipelines.
Hex debugging
Paste hex from a hexdump; pair with Hex Decode when needed.
How to decompress on Spoold
- Open /tools/gzip.
- Paste Base64 or hex gzip (or upload a
.gztext payload). - Use Decompress (Auto detects magic bytes when enabled).
- Copy the inflated text; format JSON if needed.
Tip: already-compressed formats
PNG, JPEG, and MP3 won't shrink usefully with gzip. This tool shines on text, JSON, HTML, and logs.
Related search terms
Frequently asked questions
Can I gzip decompress online for free?
Is data uploaded?
Why does my paste start with H4sI?
Can I compress too?
What if inflate fails?
Related Articles
curl Diff Checker Online — Diff Two curl Commands Side by Side
Free curl diff checker online: paste two curl commands and see header, URL, auth, and body differences. Use Spoold curl Compare as your curl diff tool—client-side, no upload.
Compare curl Requests Online — Side-by-Side HTTP Request Diff
Compare curl request online: paste two HTTP curls from DevTools or Postman and diff method, URL, headers, auth, and body. Free Spoold curl Compare—no upload.
Find the curl Difference: Headers, Auth, and Body Side by Side
Find the curl difference between two requests—Authorization, headers, query, and JSON body. Use Spoold curl Compare to spot token drift and payload changes online.