How do I convert an 8-bit binary string (e.g. \"10010011\") to hexadecimal using C?
#include strtol("10010011", NULL, 2);