Content deleted Content added
Ex.function (talk | contribs) |
Ex.function (talk | contribs) m →Comparison table: Formatted minus signs (save more space) |
||
Line 197:
! style="width: 7em" | Two's complement
! style="width: 7em" | Excess-8 (biased)
! style="width: 7em" | Base
|-
| align=right|+16
Line 433:
{| class="wikitable" style="text-align: center"
|-
! Binary !! Unsigned !! Sign and magnitude !! Ones' complement !! Two's complement !! Excess-8 !! Base
|-
| 0000 || 0 || 0 || 0 || 0 ||
|-
| 0001 || 1 || 1 || 1 || 1 ||
|-
| 0010 || 2 || 2 || 2 || 2 ||
|-
| 0011 || 3 || 3 || 3 || 3 ||
|-
| 0100 || 4 || 4 || 4 || 4 ||
|-
| 0101 || 5 || 5 || 5 || 5 ||
|-
| 0110 || 6 || 6 || 6 || 6 ||
|-
| 0111 || 7 || 7 || 7 || 7 ||
|-
| 1000 || 8 ||
|-
| 1001 || 9 ||
|-
| 1010 || 10 ||
|-
| 1011 || 11 ||
|-
| 1100 || 12 ||
|-
| 1101 || 13 ||
|-
| 1110 || 14 ||
|-
| 1111 || 15 ||
|}
|