Converting binary to hexadecimal??

Posted by Bobbert on Stack Overflow See other posts from Stack Overflow or by Bobbert
Published on 2010-04-20T05:31:14Z Indexed on 2010/04/20 5:33 UTC
Read the original article Hit count: 478

Filed under:
|
|
|

Hey guys,

Just wondering on how I would go about converting binary to hexadecimal?? Would I first have to convert the binary to decimal and then to hexadecimal??

For example, 101101001.101110101010011

How would I go about converting a complex binary such as the above to hexadecimal?

Thanks in advance

© Stack Overflow or respective owner

Related posts about binary

Related posts about hexadecimal