二進制檔 -> Hex文字檔

$ xxd file.bin > file_hex.txt

Hex文字檔 -> 二進制檔

$ xxd -r file_hex.txt file.bin