Gzip Decompressor

Decompress gzipped data using DEFLATE algorithm

Gzip Input
Decompressed Output
0 bytes
0 bytes

What is Gzip?

Gzip is a compression format based on the DEFLATE algorithm. It's widely used for file compression, web content encoding (HTTP compression), and data transfer. Our decompressor extracts original content from gzipped data, supporting base64-encoded input for easy pasting.