Gzip + Base64 Compressor
Compress text with gzip and emit Base64 online — for stuffing JSON into URLs and configs. Decompress back instantly.
Gzip → Base64 / back
Output
Press Compress.
How to use
- Paste text and press Compress, or paste Base64 to decompress.
- Needs CompressionStream (modern browsers).
- Copy the paste-safe output.
FAQ
How is it encoded?
Raw gzip bytes → standard Base64. Any gzip tool decodes it after Base64-decoding.
Browser support?
Needs CompressionStream (Chrome, Edge, Firefox, Safari 16.4+).