You are on page 1of 2

NUMBER CONVERSION FOR WHOLE NUMBERS(INTEGERS)

Sl. Number Decimal Binary Octal Hexadecimal


No system
1 Decimal Divide the decimal Divide the decimal no by radix 8 Divide the decimal no by radix 16
- no by radix 2 then then write the reminders from then write the reminders from
write the reminders bottom to top bottom to top
from bottom to top
2 Binary Expand the Binary Divide the binary no in parts of 3 Divide the binary no in parts of 4
no in powers of 2 from LSB to MSB and write its from LSB to MSB and write its
starting from LSB equivalent octal number equivalent hexadecimal number
to MSB and add -
upon to get the
equivalent decimal
no
3 Octal Expand the octal no Split the given Step1: Split the given hexadecimal
in powers of 8 octal no from LSB no from LSB to MSB and represent
starting from LSB to MSB and - each of the digit to its equivalent 3
to MSB and add represent each of bit binary form.
upon to get the the digit to its Step 2: Divide the binary no in
equivalent decimal equivalent 3 bit parts of 4 from LSB to MSB and
no. binary form. write its equivalent decimal
number.(i.e) the hexadecimal no.
4 Hexa Expand the Hex no Split the given Hex Step1: Split the given hexadecimal
decimal in powers of 16 no from LSB to no from LSB to MSB and represent
starting from LSB MSB and represent each of the digit to its equivalent 4
to MSB and add each of the digit to bit binary form. -
upon to get the its equivalent 4 bit Step 2: Divide the binary no in parts
equivalent decimal binary form. of 3 from LSB to MSB and write its
no. equivalent decimal number.(i.e) the
octal no.
NUMBER CONVERSION FOR FRACTIONAL NUMBERS
Sl. Number Decimal Binary Octal Hexadecimal
No system
1 Decimal Multiply the decimal Multiply the decimal no by Multiply the decimal no by radix
no by radix 2 and radix 8 and register the integer 16 and register the integer part
register the integer part from top to bottom. from top to bottom.
part from top to
bottom.
2 Binary Expand the Binary no in Divide the binary no in parts of Divide the binary no in parts of
powers of 2-1 for the 3 from MSB to LSB and write 4 from MSB to LSB and write
fractional part from its equivalent octal number. its equivalent hexadecimal
MSB to LSB then Add - number
upon to get the
equivalent decimal no.
3 Octal Expand the octal no in Split the given octal Step1: Split the given
powers of 8-1 starting no from LSB to MSB hexadecimal no from LSB to
from MSB to LSB and and represent each of - MSB and represent each of the
add upon to get the the digit to its digit to its equivalent 3 bit
equivalent decimal no. equivalent 3 bit binary binary form.
form. Step 2: Divide the binary no in
parts of 4 from MSB to LSB and
write its equivalent decimal
number.(i.e) the hexadecimal
no.
4 Hexa Expand the Hex no in Split the given Hex no Step1: Split the given
decimal powers of 16-1 starting from LSB to MSB hexadecimal no from LSB to
from MSB to LSB and and represent each of MSB and represent each of the
add upon to get the the digit to its digit to its equivalent 4 bit -
equivalent decimal no. equivalent 4 bit binary binary form.
form. Step 2: Divide the binary no in
parts of 3 from MSB to LSB
and write its equivalent
decimal number.(i.e) the octal
no.

You might also like