I thought binary values were 10100001
WHat is this format.
This windoe is from the registry.. when i try to edit a binary value.
I dont understand this format. I have seen this kinda format in
hex editors..
Could someone explane this.. pls.
seahag
Printable View
I thought binary values were 10100001
WHat is this format.
This windoe is from the registry.. when i try to edit a binary value.
I dont understand this format. I have seen this kinda format in
hex editors..
Could someone explane this.. pls.
seahag
That looks like Hex actually. Same idea, different base number. It's base 16 instead of base 2 (binary)
That way you have digits that range from 0 to F instead of 0 to 1.
Eiredrake