GZIP Compressor & Decompressor
Compress UTF-8 text or exact file bytes to GZIP, or decompress .gz files and Base64-encoded GZIP data locally in your browser.
Inspect local OCSP data
Only the supplied request/response is parsed; AIA and OCSP URLs are never fetched.
Did DecodeLens help?
Support the continued development of independent, browser-local developer tools.
GZIP bytes, header, and decoded content in one view
GZIP wraps DEFLATE-compressed bytes with a small RFC 1952 header and a CRC32/size trailer. DecodeLens keeps the exact bytes available while exposing the fields that help diagnose API payloads, backups, logs, and downloaded .gz files.
Supported input and safety rules
- Compresses UTF-8 text and exact file bytes with the browser-native GZIP stream implementation.
- Decompresses a .gz file or Base64-encoded GZIP input and validates its header, CRC32, and stored size.
- Decompressed bytes use the shared file detector, preview, text, hex, metadata, and download views.
- Concatenated multi-member GZIP, password protection, TAR extraction, and recursive decompression are not performed in this version.
- Output size, expansion ratio, worker time, and memory use are limited to keep the browser responsive.
Related tools for this workflow
Continue with tools that decode, convert, inspect, or verify the same data.
- Security & identity
X.509 / PEM Certificate Decoder & Inspector
Inspect PEM or DER certificates, identity, validity, algorithms, SANs, extensions, fingerprints, and chain signatures.
Open tool - Binary analysis
ASN.1 DER / BER Decoder
Decode DER, BER, Base64, hex, or binary files into an offset-aware ASN.1 TLV tree with OID names and canonical DER diagnostics.
Open tool - PKI & certificates
CRL Decoder & Inspector
Decode X.509 CRLs, inspect update windows and extensions, search revoked serial numbers, and optionally verify the signature with an issuer certificate.
Open tool - PKI & certificates
Certificate Chain Builder & Path Analyzer
Build possible paths from an unordered supplied X.509 set and separately evaluate signatures, constraints, and supplied trust anchors.
Open tool