[Hash] Exam file hex
Online viewer
In linux with xxd
Basic usage
- Output
fa0c
ect
xxd hello.txt
Binary Display
- Output
00101101
ect
xxd -b datafile.txt
Hex Upper Case
- Output
FA0C
ect
xxd -u datafile.txt
File signatures
Last updated on
xxd
fa0c
ectxxd hello.txt
00101101
ectxxd -b datafile.txt
FA0C
ectxxd -u datafile.txt