What is the difference between .hxs and .gz?
- Extension
 - .hxs
 - .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.
 - This is a compressed archive file that contains one or more files compressed by standard GNU zip (gzip) compression algorithm. It is mainly used by Unix OS.
 
- MIME Type
 - application/winhlp
 - application/x-compressed
 
- Sample
 - sample.gz
 
- Wikipedia
 - .hxs on Wikipedia
 - .gz on Wikipedia