As the title said I was interested in the best way to convert a binary string to a hexadecimal string in C. The binary string is 4 bits at most so converting into a single hexadecimal char would be best.
Thanks for any help, I'm not sure if there's something built in to make this easier so don't have my own attempt to post yet.