You can use ***gvimdiff*** tool that is included in **vim-gui-common** package

> sudo apt-get update 

> sudo apt-get install vim-gui-common

Then you can compare 2 hex files using following commands :

    ubuntu> gvimdiff <hex-file1> <hex-file2>

Tha's all. Hope tha help !