ByteScope

GZIP file format

Gzip-compressed data, typically wrapping a single file or a tarball.

MIME type
application/gzip
Extensions
.gz
Category
Archives & compression

Magic-number signature

0x000000001F8B··gzip magic

About the GZIP format

Gzip compresses a single stream with DEFLATE and is the backbone of HTTP compression and the ubiquitous .tar.gz. Files start with the two magic bytes 1F 8B.

Related formats

Have a file that might be GZIP? Identify it with the File Type Identifier — it reads the magic number locally, nothing is uploaded. Or browse all formats.