Hex to Binary convert

I have converted my jpeg file as HEX code through hex converter. Now how to convert that hex to binary and save as Jpeg file on disk. Like: var declared as Hex code and then convert that var he...