generate a binary string based on Hex data

generate a binary ascii characters(weird character ) based on Hex:54313032202020303030 data in
C++
What have you written so far? This is actually a very simple task as this feature is built into the standard library.
could you please send some sample program on this convert hex:54313032202020303030 to binary into some weird character
instead of sending the data to server as "101010101010101010101010" , i want to send as some weird character of binary data
Topic archived. No new replies allowed.