LZUTF-8 コンプレッサー
圧縮 · 無料オンラインツール
UTF-8 テキストに最適化された LZUTF-8 圧縮/展開。
実装について:教育用の実装です。 アルゴリズムの仕組みを示すための簡潔で読みやすい版です。出力は標準実装とバイト単位で互換ではないため、実際のデータの圧縮・解凍には使用しないでください。
lzutf-8 package.Click "Compress" to run...UTF-8 対応
Unicode テキストに最適化 — マルチバイト文字を綺麗に処理。
バイナリ + Base64
出力は base64 エンコードされるためコピー/貼り付けや JSON ラウンドトリップに耐えます。
リアルタイム比率
入力/出力のバイト数と圧縮比率を即座に確認。
LZUTF-8 コンプレッサーの使い方
- 1Enter or paste the text you want to compress.
- 2Select the compression algorithm (gzip, deflate, or brotli).
- 3Click compress to reduce the data size.
- 4Copy or download the compressed output.
機能と特徴
- ✓完全無料 — 登録不要、サブスクリプションなし、広告なし
- ✓ブラウザ上で完全に動作 — データは端末から送信されません
- ✓高速・軽量 — 即座に結果を表示
- ✓クロスプラットフォーム — デスクトップ・タブレット・モバイル対応
よくある質問
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.
関連ツール
LZMA コンプレッサー
LZMA/LZMA2 の高圧縮率圧縮と展開。
LZ4 デコンプレッサー
LZ4 形式の展開(lz4js)、高速展開を実現。
LZW コンプレッサー
LZW 辞書圧縮/展開(古典的な GIF アルゴリズム)。
LZ77 コンプレッサー
学習用の LZ77 スライディングウィンドウ圧縮/展開。
連長圧縮エンコーダ
繰り返し文字を含むデータ向け RLE ランレングス符号化。
ハフマンエンコーダ
出現頻度に基づく Huffman 符号化による圧縮/展開。
Brotli デコンプレッサー
DecompressionStream を使用して Brotli ストリームを展開。
Gzip デコンプレッサー
DecompressionStream を使用して Gzip ストリームを展開。