vim -b <file> # In vim ex mode # binary => hex :%!xxd # hex => binary :%!xxd -r
make a hexdump or do the reverse.
用来查看 ascii 码