What is the difference between .hxw and .tar.gz?
- Extension
 - .hxw
 - .tar.gz
 
- Format
 - Binary
 - Binary
 
- Category
 - Developer
 - Compressed
 
- Developer
 - Microsoft
 - The GNU Project
 
- Description
 - Microsoft Help 2.x is a proprietary format for online help files, developed by Microsoft and first released in 2001 as a help system for Visual Studio .NET (2002) and MSDN Library.
 - It's a TAR archive file compressed using GNU zip compression codec. Mainly used by Linux OS to package programs, files, and installers.
 
- MIME Type
 - application/hxw
 - application/gzip
 
- Sample
 - sample.tar.gz
 
- Wikipedia
 - .hxw on Wikipedia
 - .tar.gz on Wikipedia