954,479 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Hexa dump and binary problem

I've dumped hexadecimals of a text using windows debugger. So if those hexa values represent every single character by a single hex value,does it mean its binary is that hexa's converted binary value and pc deals with that character using binary but assembly language and people convert and use it as hexa because it is easy to use?
tell me if you don't understand what am i asking clearly

silvercats
Posting Whiz in Training
233 posts since Apr 2011
Reputation Points: 9
Solved Threads: 1
 

Yes, that's exactly it.
The HEX values fit in a two-place format, so they are easier to read.
More can be represented in a small space than with decimal or binary.

thines01
Postaholic
Team Colleague
2,424 posts since Oct 2009
Reputation Points: 445
Solved Threads: 402
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You