addresses
Posted: Wed Oct 03, 2007 6:58 pm
if i have 4 bits I can use 1 hex char...
if i have 8 bits I can use 2 hex chars...
if i have 16 bits I can use 4 hex chars...
etc, etc, etc.
so does that mean i need 128 hex chars for 512 bits?
also, i've been pondering this:
what about internal representations of number systems, example:
can't we cut down the number of numbers needed to address things by using a number system of a higher base?
like: if i had a number system with 1024 digits, can't i address 512 bits with
less characters? (roughly 6 or so hex chars?)
i'm all confused...
if i have 8 bits I can use 2 hex chars...
if i have 16 bits I can use 4 hex chars...
etc, etc, etc.
so does that mean i need 128 hex chars for 512 bits?
also, i've been pondering this:
what about internal representations of number systems, example:
can't we cut down the number of numbers needed to address things by using a number system of a higher base?
like: if i had a number system with 1024 digits, can't i address 512 bits with
less characters? (roughly 6 or so hex chars?)
i'm all confused...