Number Representation Unsigned Integers If we have an n-digit unsigned numeral dn-1dn-2…d0 in radix (or base) r, then the value of that numeral is, which is basically saying that instead of a 10’s or 100’s place we have an r’s or r 2’s place. For binary, decimal, and hex r equals 2, 10, and 16, […]