Gzip text compression and restore
Compress UTF-8 text to Gzip represented by base64, or decompress and restore text.
Gzip text compression and restore User manual
- Fill in the parameters or select the file according to the form, and check the unit and format first.
- After compressing a piece of JSON text, copy the base64 result.
- Click the processing button to view the results, you can copy or download and save.
Calculation method and processing rules
Use the browser CompressionStream and DecompressionStream to limit the decompression output size one by one.
scope of use
Only process GZIP, enter up to 50000 characters, and decompress up to 1MB; damaged data or non-UTF-8 content will report an error.
Will the input content be saved on the server?
This tool handles input in the browser, and does not upload files or form content. Typing practice scores are only saved in the native browser.
Why may the result be different from other tools?
Only process GZIP, enter up to 50000 characters, and decompress up to 1MB; damaged data or non-UTF-8 content will report an error. Please compare the input unit, rounding method, applicable rules and data version first.



