Online BinHex Encoder / Decoder Tool



If you encounter any errors with this tool attaching the file that causes problems.




About

BinHex, short for "binary-to-hexadecimal", is a binary-to-text encoding system that was used on the Mac OS for sending binary files through e-mail. It is similar to Uuencode, but combined both "forks" (The resource fork is a construct of the Mac OS operating system used to store structured data in a file, alongside unstructured data stored within the data fork.) of the Mac file system together, along with extended file information. BinHexed files take up more space than the original files, but are far less likely to be corrupted in transit.

BinHex was originally written by Tim Mann for the TRS-80, as a stand-alone version of an encoding scheme originally built into a popular terminal emulator. BinHex files of the era were typically given the file extension .hex. BinHex was used for sending files via major online services such as CompuServe, which were not "8-bit clean" and required ASCII armoring to survive. CompuServe later addressed this problem in the mid-1980s with the addition of 8-bit clean file transfer protocols, and solutions like BinHex stopped being used.

The file upload problem still existed on CompuServe when the Mac was first released in 1984. William Davis ported BinHex to the Mac using Microsoft BASIC in a simple version that could encode the data fork only, ignoring the resource fork. The rise in use of Internet e-mail coincides roughly with the release of the Macintosh, and Davis's version was posted on the Info-Mac mailing list by Joel Heller in June 1984. Several newer versions were published during 1984, resulting in BinHex 3 that could encode both forks.

Yves Lempereur, author of the first assembler for the Mac, MacASM, found that in order to upload his files to CompuServe he had to use BinHex. The BASIC version was very slow, so he ported it to assembler and released it as BinHex 1.0. The program was roughly a hundred times as fast as the BASIC version, and soon upgrade requests were flooding in.

The original BinHex was a fairly simple format, one that was not very efficient because it expanded every byte of input into two -- an 8-to-4 bit encoding. For BinHex 2.0, Lempereur used a new 8-to-6 encoding that improved file size by 50% and took the opportunity to add a new CRC error checking routine in place of the earlier checksum. The smaller files were incompatible with the older ones, so the extension became .hcx, c for compact. Unfortunately, the compact format also had its problems. The 6-bit encoding produced a number of characters that some foreign-language mail programs would convert into local versions, thereby destroying the file. In addition, the file metadata information was still placed in the file in plain text, and therefore could become corrupted in the same fashion.

In order to solve all of these problems, Lempereur released BinHex 4.0 in 1985, skipping 3.0 to avoid confusion with the now long-dead BASIC version. 4.0 carefully selected its character mappings to avoid ones that were translated by mail software, encoded all the information including the file information and protected everything with multiple CRCs. The resulting .hqx files were roughly the same size of the .hcx's, but much more robust.

At about the time BinHex 4 was released, most online services started supporting robust 8-bit file transfer protocols such as Zmodem, and the need for ASCII armoring went away. This left a problem on the Mac however, as there was still the need to encode the two forks into one. A team effort among Macintosh communications programmers resulted in MacBinary, which left the contents of the forks in their original 8-bit format and added a simple header for combining them on reception. MacBinary files were thus much smaller than BinHex. Lempereur released BinHex 5.0, almost identical to 4.0 with the exception that it used MacBinary to combine the forks before running the 8-to-6 encoding, but it saw little use, as he expected.

However, on the Internet, e-mail was still the primary method of moving files. At the time only a few people had access to the Internet, and it was an isolated community unto its own. Years later when he first got onto the Internet, Lempereur was surprised to find that BinHex 4.0 was still extremely popular. The same ends could be achieved by first using MacBinary or AppleSingle to combine the forks, and then using Uuencode or Base64 on the resulting file, but none of these solutions ever became popular and BinHex 4.0 survived well into the late 1990s. Various file archives of pre-Mac OS X software are still filled with BinHexed files.

(Source: Wikipedia)


Recognizing files encoded using BinHex

The best indicator that a file is encoded by BinHex is the .HQX (or sometimes .HEX,.HCX) extension and the typical header line.

A file coded with BinHex starts with a header line of the form:

(This file must be converted with BinHex 4.0)

For example, converting the first paragraph of the above About section using BinHex would give the following result:

(This file must be converted with BinHex 4.0)
:#hGPBR9dD@acAh"X!$mr2cmr2cmr!!!!!!)T!!!!!'KP3@*[GA3+#N*TENKPH#`
JFfK[FR3JCQpb)#*LD@jKFRNYG'mYD'9iB@4PBfPYB@`L,#"TFb"K)'*TEQ&bH5e
dEbedCAKd)'9ZBfpND@jR)(0jFh4PE5"dD'&d)(GKFb"eFf9N)'pZ)(4SC5"0B@-
J6e-JCQpb)(0PEQ4TEQFJBQPZBA*j)'CTE'9c)(4SFQpeCfJJC5eYB@PX,L"*G#"
TFb"cD@eTE'&b)(4[)&9eC@jMEf4P,#"LGA3JBfpYBQPZC@3JBQpdD#!LCQpbDh-
L)#K8D'8JFQ9cEh9bBf8JCQpbDb"TFb"K)'0[ER0dFR9MG#"[CL"dD'8J6@&M)%p
6)'p`CA*KG'PZCb"cHA0dC@dJGA0PC#"dEb"cG'pbC5"cG(*eBh4eFQ9N)'4KG'%
JD@iJB5"QD@aP,#"KE'pZCh0TC'8JG@jcG(*eBh4eFQ9N)'4KG'%JFh4[FQ9N)(G
TG'KTEL"dD'8JC'&dB5"QEh*V,LNJEfBJG'KP)%eKBb"QD@aP)(0jFh4PE5"dEfG
PG'KPFL`JB@a[EQFJGfPdD#"PH(4PEQ4PC#"QD@aP)'PZCQpbE@&dD@pZ,L"#D@j
)CAKPC#"QD@aPFb"dB@YP)(9`)'e[FQ8JFh"KBf8JG'KKEL"dD'8JEh*TCfPZB@`
JCQPXCA-X)'*eG#"KFQ8JCQ&b)'aPFh-JE'PVC@aj)(4[)'*P)'0[FR*eF(4PC#"
TEL"dFQ&ZFfPd,R51!!!!:

Note that the data start and end is marked with the ':' character.