TSV

Data Compression Formats - TSV

Data compression formats are technologies designed to reduce the size of digital data, improving storage efficiency and transfer speed. Formats such as ZIP, GZIP, RAR, and 7z employ different compression algorithms (Deflate, LZMA, BWT, etc.) to provide a balance of compression ratio and speed suited to various use cases. These formats are widely used for file archiving, web content transfer, backups, and software distribution.

data compression archive ZIP GZIP RAR 7z file format LZMA Deflate
code	slug	name	description	algorithm	compressionRatio	compressionSpeed	decompressionSpeed	encryption	extension	license	osSupport	primaryUse	solidCompression
01	zip	ZIP	The most widely used general-purpose compression format. Supports multi-file archiving and password protection.	Deflate	中(約89%)	速い	速い	AES-256 / ZIPCrypto	.zip	オープン(Public Domain)	Windows/macOS標準対応	一般的なファイル配布、メール添付	false
02	gzip	GZIP	A high-speed format specialized for single-file compression. Widely used for web server content compression.	Deflate	中(約89%)	非常に速い	最速	非対応	.gz	GPL(GNU Project)	Linux/Unix標準	Webコンテンツ圧縮、ログ圧縮	false
03	rar	RAR	A commercial compression format with high compression ratio and error recovery features. WinRAR is the representative tool.	RAR(独自)	中〜高(約90%)	中程度	速い	AES-256	.rar	プロプライエタリ(商用)	専用ソフト(WinRAR等)が必要	商用アーカイブ、エラー回復が必要な場面	true
04	7z	7z	An open-source format boasting the highest compression ratio. Supports encryption and split compression.	LZMA/LZMA2	最高(約94%)	遅い(CPU負荷高)	速い	AES-256	.7z	LGPL(オープンソース)	7-Zip等の専用ソフトが必要	大容量データの長期保存、高圧縮が必要な場面	true
05	bzip2	Bzip2	A format that achieves high compression ratios. Compression and decompression speeds are somewhat slower but suitable for large files.	BWT + ハフマン符号化	高(約91%)	遅い	中程度	非対応	.bz2	BSDスタイル(オープンソース)	Linux標準、他はツールが必要	テキストファイル、ソースコードの圧縮	false
06	xz	XZ	A high compression ratio format using the LZMA2 algorithm. Standard in Linux environments.	LZMA2	高(約93%)	遅い	速い	非対応	.xz	Public Domain / LGPL	Linux標準	Linuxパッケージ、カーネルソース	false
07	zstd	Zstd	A modern compression format developed by Facebook (Meta). Excellent balance between compression ratio and speed.	Zstandard	高(約91%)	非常に速い	非常に速い	非対応	.zst	BSD/GPL(オープンソース)	Linuxカーネル統合、クロスプラットフォーム	データベース、リアルタイム圧縮、モダンシステム	false
08	brotli	Brotli	A format optimized for web content compression developed by Google. Achieves higher compression ratios than GZIP.	Brotli	高(約93%)	速い	速い	非対応	.br	MIT(オープンソース)	主要ブラウザー対応	Webコンテンツ圧縮(HTTP圧縮)	false
09	lz4	LZ4	A format featuring ultra-fast compression and decompression. Compression ratio is modest but optimal for real-time processing.	LZ4	低(約82%)	最速(GB/秒級)	最速(GB/秒級)	非対応	.lz4	BSD(オープンソース)	クロスプラットフォーム	リアルタイム圧縮、データベース、ゲーム	false