What is the difference between .rar and .tbz2?
- Extension
 - .rar
 - .tbz2
 
- Format
 - Binary
 - Binary
 
- Category
 - Compressed
 - Compressed
 
- Developer
 - Eugene Roshal
 - Bzip2
 
- Description
 - A RAR file is an archive that contains one or more files compressed with RAR compression. It uses a higher compression ratio than typical ZIP compression and incorporates a proprietary compression algorithm that is now used by other compressors, including 7-Zip for its .7Z files. RAR files may be extracted using a variety of programs.
 - File archive compressed with both .TAR and .BZ2 compression; often found on Unix systems; must first be decompressed (using Bzip 2 decompression), then the files must be extracted from the tar archive.
 
- MIME Type
 - application/x-rar-compressed
 - application/x-bzip2
 
- Sample
 - sample.rar
 
- Wikipedia
 - .rar on Wikipedia
 - .tbz2 on Wikipedia