When the console is 144 columns wide or more, TYPE /X displays 32 bytes per line, instead of the usual 16. But in this mode, lines are double-spaced, so a hex dump winds up using just as many lines as in the default 16-byte mode.
Read more
Code:
C:\>type /x h:Test-E.txt
0000 0000 c9 40 a2 88 81 93 93 40 95 96 a3 40 82 96 99 85 40 a8 96 a4 40 a6 89 a3 88 40 81 40 83 81 a3 81 ╔@óêüôô@òûú@éûÖà@¿ûñ@ªëúê@ü@âüúü
0000 0020 93 96 87 40 96 86 40 88 85 99 40 a5 89 99 a3 a4 85 a2 40 81 95 84 40 82 85 81...
Read more