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 input or drop a file above.
- Adjust options (delimiter, dialect, quality, ratio).
- Copy result or download — no sign-up needed.
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+).