09-12-2016, 06:26 PM
Note that hashcat automatically switches to hex output when the password is not in the 7 bit range, so not between 0x20 and 0x80. That's important to avoid encoding problem on the shell. So, for example, if the password contains "รถ" it's shown as $HEX[...] and can then be decoded with any hex decoder.