I have a text file with hexadecimal values. Now I need to convert the hexadecimal value to binary and need to save it on another file.
But I don’t know how to convert the hexadecimal value to a binary string!
Please help…
I have a text file with hexadecimal values. Now I need to convert the
Share
As an alternative (this assumes there’s no prefix like in
"0x3A"):