This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Coding a binary data

Hello,

I just want to code a binary data in C.
I mean hera representation is "0x5F", the decimal representation is simply "156" but what is the decimal representation.
I tried 0b010010101 but it doesn't work

Many thanks

Sébastien