Bzip2-compressed data, using the Burrows-Wheeler block-sorting algorithm.
| 0x00000000 | 425A68 | BZh | 'BZh' header |
Bzip2 compresses better than gzip but slower, using a Burrows-Wheeler transform; common for source tarballs on Unix. The header is 'BZh' followed by a block-size digit.
Have a file that might be BZIP2? Identify it with the File Type Identifier — it reads the magic number locally, nothing is uploaded. Or browse all formats.