Skip to content
🔧

Декомпрессор LZ4

Сжатие · Бесплатный онлайн-инструмент

Распаковка в формате LZ4 (lz4js) для быстрого декомпрессирования.

Команда EZ4Code
The browser exposes no LZ4 decoder. This tool detects the LZ4 magic (04 22 4D 18) and reports frame info; if the input is actually gzip, it decompresses it transparently.
100 символов
0 символов
Click "Decompress" to run...

Обнаружение кадров

Проверяет магические байты LZ4 и сообщает флаг/BD-дескриптор, чтобы вы знали, что у вас есть.

Gzip-резерв

Если байты на самом деле gzip, распаковывает их прозрачно через DecompressionStream.

Путь обновления WASM

Сообщает, какой именно WASM-пакет нужно добавить для включения настоящего LZ4-декодирования.

Как пользоваться: Декомпрессор LZ4

  1. 1Enter or paste the text you want to compress.
  2. 2Select the compression algorithm (gzip, deflate, or brotli).
  3. 3Click compress to reduce the data size.
  4. 4Copy or download the compressed output.

Возможности

  • ✓100% бесплатно — без регистрации, подписки и рекламы
  • ✓Работает полностью в браузере — данные не покидают ваше устройство
  • ✓Быстро и легко — мгновенный результат
  • ✓Кроссплатформенность — компьютеры, планшеты и смартфоны

Часто задаваемые вопросы

What compression algorithms are supported?

We support gzip, deflate, and brotli compression algorithms for text data.

Is there a file size limit?

Since tools run in your browser, the limit depends on your device memory. Most tools handle several megabytes without issues.

Can I decompress data produced by other software?

Yes. The decompression tools accept standard gzip, deflate, and brotli streams from any compliant source — command-line tools, web servers, or other libraries.

Why does the compressed output look unreadable?

Compressed data is binary, not text. Use Copy as Base64 or download it as a file — pasting raw compressed bytes into a text field will show garbled characters.

Похожие инструменты