DOOLS

Gzip

Compress and decompress text using Gzip compression (Base64 encoded)

Raw Text

Characters
0
Bytes
0
Lines
1

Compressed (Gzip + Base64)

Compressed
0 Bytes

ℹ️ About Gzip Compression

  • Industry-standard compression algorithm (RFC 1952)
  • Output is Base64 encoded for easy text transmission
  • Great for compressing JSON, XML, and repetitive text
  • Widely used in HTTP compression and file archives