TAR.Z (TZ)到LHA转换器

在线免费转换您的tar.z文件为lha文件

放置文件在这里. 1 GB 最大文件大小 或者 注册
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

如何转换TAR.Z到LHA

1

从计算机,Google Drive,Dropbox,URL或在页面上拖拽选择文件.

2

选择lha或任何其他你需要的格式作为结果(支持超过200种格式)

3

让文件进行转换随后你可以下载你的lha文件

关于格式

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.
首次发布: 1985
LHA(原名 LHarc)是由吉崎荣泰(网名 Yoshi)于 1988 年 5 月创建的压缩归档格式,结合了 Lempel-Ziv 滑动窗口压缩和霍夫曼编码,实现高效的数据压缩。该格式在日本获得了极高的普及度,在 1980 年代末至 1990 年代,LHA 几乎成为日本的标准压缩格式 — 从商业软件到 BBS 文件共享,几乎所有日本软件分发都依赖 LHA 归档。该格式以逐条目头部信息存储文件,包含文件名、时间戳、操作系统特定属性和 CRC-16 校验和,使用以双字符代码标识的多种压缩方法(lh0 到 lh7,其中 lh5 是最常用的通用算法)。LHA 的压缩算法对格式本身之外也产生了深远影响:lh5 方法将 LZSS 与静态霍夫曼编码相结合的思路,被后来 ZIP、gzip 和 PNG 中使用的 Deflate 算法所采纳。LHA 的一大优势在于其历史性的高效能 — 在当时相对缓慢的处理器上,LHA 以适中的 CPU 消耗提供了出色的压缩率。该格式对日本计算领域的深远文化影响是另一个值得关注的方面:LHA 以免费形式分发,促进了其在日本软件生态系统中的普及。虽然现代格式已在新归档方面取代了 LHA,但在访问日本软件档案和复古计算收藏时仍有用武之地,7-Zip 等当代工具均支持解压。
开发者: Haruyasu Yoshizaki
首次发布: 五月 1988