TAR.BZ (TBZ)到ZIP转换器

在线免费转换您的tar.bz文件为zip文件

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

如何转换TAR.BZ到ZIP

1

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

2

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

3

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

关于格式

TAR.BZ is a compound archive format pairing the TAR archiver with bzip compression. The TAR layer concatenates files into a single stream with full Unix metadata (permissions, ownership, timestamps, symlinks), and the bzip algorithm compresses the resulting stream. The bzip family of compressors uses block-sorting techniques derived from the Burrows-Wheeler transform, which rearranges data to group similar bytes together before applying move-to-front encoding and Huffman compression. This approach typically achieves better compression ratios than gzip/Deflate, particularly on text and source code. TAR.BZ archives are common on Unix and Linux systems for distributing source packages and backups where improved compression over TAR.GZ is desired. One advantage is strong compression on text-heavy data — block-sorting algorithms excel at compressing source code, log files, and structured text, producing meaningfully smaller archives. The two-layer design is another practical strength: the TAR container handles archiving concerns (metadata, directory structure) while the compression layer operates on the full concatenated stream, maximizing cross-file redundancy exploitation. TAR.BZ files can be processed by standard Unix tools and extracted by 7-Zip, WinRAR, and other cross-platform archivers.
开发者: Julian Seward
首次发布: 1996
ZIP 是计算领域中使用最广泛的归档格式,最初由 Phil Katz 创建,于 1989 年 2 月 14 日作为 MS-DOS 上 PKZIP 工具的一部分由 PKWARE 发布。该格式将归档内的每个文件独立存储,使用 Deflate 算法(最常见)对条目单独压缩,并在文件末尾记录一个中央目录,提供目录索引以便无需扫描整个归档即可快速访问任一条目。ZIP 支持多种压缩方法(Stored、Deflate、Deflate64、BZIP2、LZMA)、AES 加密、用于超过 4 GB 文件和归档的 ZIP64 扩展,以及 Unicode 文件名编码。PKWARE 以 .ZIP Application Note 形式发布的开放规范使广泛的独立实现成为可能,推动 ZIP 成为文件分发的事实标准。ZIP 的一大优势是操作系统原生支持 — Windows、macOS 和大多数 Linux 桌面环境无需任何第三方软件即可处理 ZIP 文件,使其成为向未知接收者发送压缩文件时最安全的选择。逐文件压缩架构是另一项关键优势:可以提取或更新单个文件而无需重新处理整个归档,且单个条目损坏不会影响其他文件。ZIP 的作用远不止简单归档 — 它是 JAR、EPUB、DOCX、PPTX、ODP、APK 及众多其他容器格式的结构基础,这些格式都将多种资源打包到单个文件中。
开发者: PKWARE, Inc.
首次发布: 1989年2月14日