I got an int value from 0 to 255 and I want to convert that value to hex or binary so i can use it into an 8 bit register(PIC18F uC).How can i do this conversion?I tried to use IntToHex function from Conversion Library but the output of this function is a char value, and from here i got stuck.I'm using mikroc for pic.Where should I start?Thanks!