TAR.Z (TZ)到7Z转换器
在线免费转换您的tar.z文件为7z文件
tar.z
7z
如何转换TAR.Z到7Z
从计算机,Google Drive,Dropbox,URL或在页面上拖拽选择文件.
选择7z或任何其他你需要的格式作为结果(支持超过200种格式)
让文件进行转换随后你可以下载你的7z文件
关于格式
TAR.Z is a compound archive format combining TAR archiving with Unix compress, one of the earliest general-purpose data compression tools available on Unix systems. The compress utility, originally written by Spencer Thomas, Joe Orost, and others around 1985, implements adaptive LZW (Lempel-Ziv-Welch) compression — a dictionary-based algorithm that builds a translation table during compression and decompression. The TAR layer bundles files with full Unix metadata into a single stream, and compress reduces the stream size typically by 40-60%. TAR.Z was the standard compressed archive format on Unix systems throughout the 1980s and early 1990s, before gzip emerged as a patent-free replacement. The LZW algorithm used by compress was subject to patent claims by Unisys (holders of the LZW patent through Sperry), which motivated the development of gzip as an unencumbered alternative. One advantage is universal legacy compatibility — TAR.Z files can be extracted on any Unix system, including very old installations where newer compression tools may not be available. The format's historical ubiquity means that decades of archived software, documentation, and system backups exist as TAR.Z files. While TAR.GZ and TAR.XZ have replaced TAR.Z for new archives, the uncompress/zcat tools remain standard on all Unix-like systems, ensuring continued accessibility of legacy archives.
7Z 是 7-Zip 的原生归档格式,由 Igor Pavlov 于 1999 年开发的开源文件压缩工具。该格式采用开放的模块化架构,支持多种压缩算法 — LZMA 和 LZMA2(默认算法)、适用于文本密集数据的 PPMd、BWT 以及 Deflate — 同一归档内的不同文件可分别选用不同算法。LZMA 的压缩率通常比基于 Deflate 的 ZIP 文件高出 30-70%,使 7Z 成为空间效率最高的通用归档格式之一。容器结构存储带有完整目录层级、时间戳和属性的文件,同时支持固实压缩(将多个文件视为连续数据流处理),在包含大量相似文件的归档中可进一步提升压缩率。加密方面采用 AES-256,密钥派生基于迭代 SHA-256 哈希,文件内容和文件名均可加密。7Z 的一大优势在于卓越的压缩密度 — 在大多数数据类型上,7Z 始终能生成比 ZIP 或 RAR 更小的归档,这在需要最小化存储或带宽时尤为重要。开放架构是另一项优势:格式规范和 7-Zip 源代码以 GNU LGPL 许可证公开发布,任何开发者都可以在无许可限制的情况下实现 7Z 支持。支持 7Z 的跨平台工具覆盖 Windows、macOS、Linux 及移动平台,该格式已被广泛认可为追求最大压缩率时的首选。