Showing posts with label how to binary. Show all posts
Showing posts with label how to binary. Show all posts

How to convert binary to hexadecimal

How to convert binary to hexadecimal?

How-to-convert-binary-to-hexadecimal

Today, we are telling you How to convert binary to hexadecimal? As we know that the base of binary is two (2) i.e 0 and 1. And the base of hexadecimal is 16 i.e from 0 to 9 and A to F. Each binary number having three bit digit and Each hexadecimal number having four digit number i.e numeric digit and alphabets. We have already study about binary system and hexadecimal. we have already learn different binary conversion and hexadecimal conversion. such as How to convert binary to decimal?, How toconvert decimal to binary? How to convert binary to octal? How to convertoctal to binary?, fraction part of binary conversion and How to convert decimalto hexadecimal? But today we will learn How to convert binary to hexadecimal? It means that how to convert base (2) into base (16). The value of hexadecimal are shown in table:-
convert-decimal-to-hexadecimal
How to convert binary to hexadecimal in simple way:-
Binary numbers can be converted into hexadecimal numbers by making groups of four bit starting from LSB and move to MSB (Right to Left side) for integer part and for fraction part start from MSB to LSB. We will take an example for briefly understood this conversion (111111000101101001).

We will tell you three step for understood this conversion with an example (111111000101101001):-

Take binary value (First step):-

convert-binary-to-hexadecimal-value

In this step, we will take binary value for example (111111000101101001). This example is take for understood this conversion. You can take any other example and solve it by given step.That value are given above, it is a binary value i.e convert in hexadecimal value.

Making group of four bit (Second step):-



convert-binary-to-hexadecimal


In this step, we will tell you how to make group?
The making of group are very simple. We will make group of four bit starting from LSB and move to MSB (Right to left). When we will make group of four bit and if last bit are not completing then we will add zero to left side for made four bit such as (0011 1111 0001 0110 1001).

Write value (Third step):-

convert-binary-to-hexadecimal-grouping
In this step, we will tell you how to write value?
We will write value from table that is shown above. Write value of given binary i.e four bit. It is shown in pic. (3 F 1 6 9)  After third step we can write value from LSB or MSB

Write answer:-

convert-binary-to-hexadecimal-answer
After all above step, we will write answer i.e converted into hexadecimal.

The above process is only for integer part, Now we will tell you How to convert fraction part of binary to hexadecimal? 

The conversion of fraction part is almost same of integer part. In fraction part Binary numbers can be converted into hexadecimal numbers by making groups of four bit i.e start from MSB to LSB(Left to write). The all remain procedure are same of integer part. 

Yeeeeeeeeeeeeeeehhhhhhhhhhhhhiiiiiiiiiiiiiiiiiii! We have Learnt! How to convert binary to hexadecimal? and How to convert fraction part of binary to hexadecimal? if you have any question regarding this or you may ask us if you have any other thing you wish to ask, you can ask us in the box given below..
Click here for Know How To>>

How to convert decimal to hexadecimal number system

How to convert decimal to hexadecimal number system?

convert-decimal-to-hexadecimal
Today, we are telling you How to convert decimal to hexadecimal number system? The base of the hexadecimal number system is 16 and it's uses symbol is 0 to 9 and A to F. Each hexadecimal number having four binary digit. In this system the numeric digit and alphabets both are used to represent the digit in hexadecimal number system. The base of the decimal is 10 i.e 0 to 9. We have learnt many conversion of decimal.We have already study other conversion i.e  How to convert binary to decimal?How to convert decimal to binary?, How to convert binary to octal? and How to convert fraction part of decimal to binary? How to convert octal to binary? How to convert fraction part of binary to decimal? But today we will discuss on How to convert decimal to hexadecimal number system? The alphabet and the numeric value of hexadecimal are shown in binary table i.e having four bit digit i.e shown below:-
convert-decimal-to-hexadecimal





How to convert from decimal to other conversion?

For conversion of decimal the all procedure are almost same in all conversion. The difference in between only base.Now, we are telling you how to convert all conversion from decimal. 
. If we are converting from decimal (base 10) to other number system such as binary, octal,hexadecimal. then we will divide the integer by in which we are converting the decimal value. For example:- If we are convert decimal into binary then we will divide the integer by 2. And if we will convert from decimal into octal then we will divide the integer by 8 and  if we convert from decimal to hexadecimal then we will divide the integer value by 16.
In fraction part,  If we are converting from decimal (base 10) to other number system such as binary, octal  hexadecimal then we will multiply the fraction part by in which we are converting the decimal value. For example:- If we are convert decimal into binary then we will multiply the fraction part by 2. And if we will convert from decimal into octal then we will multiply the fraction part by 8 and  if we convert from decimal to hexadecimal then we will multiply the fraction part by 16.
Now we are telling you How to convert decimal to hexadecimal number system?

How to convert decimal to hexadecimal number system in short way?

For convert decimal to hexadecimal number system the methods is same as i.e used in binary and octal.
. In this conversion, we will use 16 for dividing (For integer part) and multiplying (For fraction part) factor.When we divide the integer we will write the Quotient, Remainder and Remainder in hexadecimal (the alphabetic value if remainder is greater than 9). We will divide the decimal value until the Quotient is not zero. 
For understood this conversion, in briefly we take an example i.e shown below:- 

For understood this conversion, we will give you three step:-

Take decimal value (First step):-

convert-decimal-to-hexadecimal
In this step, we will take an integer i.e decimal we will convert it into hexadecimal.We will take an example for understood this conversion i.e (675). You can take any other example and follow these step.

Divide by 16 (Second Step):-

In this step, we will tell you how to divide the integer?

convert-decimal-to-hexadecimal
In this step,we will divide the integer by 16 and write the Quotient, Remainder and Remainder in hexadecimal (the alphabetic value if remainder is greater than 9) i.e show in table above. We will divide the decimal value until the Quotient is not zero.

Write result from bottom to top (Third step):-

In this step, we will tell you how to write result?
convert-decimal-to-hexadecimal

The result will be write from bottom to top.If we will write from top to bottom then our result will be wrong. In all decimal conversion we will write  result from bottom to top. Our result will be (2A3).

Yeeeeeeeeeeeeeeehhhhhhhhhhhhhiiiiiiiiiiiiiiiiiii! We have Learnt! How to convert decimal to hexadecimal?  if you have any question regarding this or you may ask us if you have any other thing you wish to ask, you can ask us in the box given below...  
Click here for Know How To>>

How to convert fraction part of binary to decimal

How to convert fraction part of binary to decimal?

Today, we are telling you How to convert  fraction part of binary to decimal? The base of binary is two (2) that are '0' and '1'. And the base of decimal is ten (10) that is from 0 to 9. Any decimal number can be converted into binary number. In the binary table, the value of 0 to 9 are define in binary form. From this table we can see the value in decimal form from (0 to 9) and also we can see the value in binary form from (0 to 9). But if we are converting  fraction part of binary to decimal that is don't show in binary table. For this conversion, we will give you three easy step i.e based on example. For understood this conversion we take an example. You can solve any problem to follow three given step.

How-to-convert-fraction-part-of-binary-to-decimal

How to convert fraction part of any base into decimal?

The all fraction part of any base into decimal conversion are almost same, in which only  difference of base. 
In fraction part,  If we are converting from other number system into decimal (base 10) such as binary, octal etc. then we will multiply the fraction part to from which we are converting the value into decimal value with negative raise to power and starting from left to right side and it give in ascending order. If we are convert fraction part of binary into decimal then we will multiply the fraction part by 2 with negative raise to power. And if we will convert from octal to decimal, then we will multiply the fraction part by 8 with negative raise to power and so on. We are giving you an example for understood this conversion (1011001.10101):-
In this conversion, we will discuss only fraction part if you want to result of integer part or how to convert binary to decimal? then click here.

We will give you four step for understood this conversion (.10101):-

For example and complete learning we are taking few binary numbers (.10101) that are like that:- .10101

Take binary numbers (First Step):-

How-to-convert-fraction-part-of-binary-to-decimal
First of all we will take few fraction part of binary numbers as we have mentioned above and below..10101

Give value to fraction part of binary number(Second step):-

How-to-convert-fraction-part-of-binary-to-decimal

In this step we will learn how to give value to fraction part of binary numbers. For learning we have to give value to binary numbers. Which are given from left to right. When we give value then keep it in mind that it's base must be two as given above in the pic. and also keep it in mind that the raise to power of two start from zero with negative value and it give in ascending order.

Multiply in corresponding (Third step):-

How-to-convert-fraction-part-of-binary-to-decimal
In this step, we will learn how to multiply in corresponding. In this step we will multiply base (2) with negative raise to power of binary value in corresponding and do addition of them as given above in the pic.

Addition of solved multiply (Fourth step):- 

convert-fraction-part-of-binary-to-decimal
We will learn how to addition. In the last step we will addition of solved multiply and determine our answer.

Conclusion (answer):-

convert-fraction-part-of-binary-to-decimal
We have solved our conversion and our answer is (0.65625).

Yeeeeeeeeeeeeeehhhhiiiiiiiiiii! We have done!
Which was we forget or don't know how to do? If you are not able to understand any of line/step you may ask us in the box given below or if you have any other question regarding this or any other thing you may ask us in the box.
Click here for Know How To>>

How to convert octal to decimal

How to convert octal to decimal?

Today, we are telling you How to convert octal to decimal? This is a conversion. We have already study other conversion i.e  How to convert binary to decimal?How to convert decimal to binary?, How to convert binary to octal?, How to convert fraction part of decimal to binary?, How to convert octal to binary? and How to convert decimal to octal?  The base of octal is 8 i.e from 0 to 7. And the base of decimal is 10 i.e from 0 to 9.
octal-to-decimal
How to convert octal to decimal?

How to convert octal to decimal in short way?
. An octal number can be converted into decimal number or a base of 8 number can be converted into a base of 10 number.
. The conversion from octal to decimal is similar of  binary to decimal or base 2 into 10 conversion. The difference in between (octal to decimal and  binary to decimal) is that the number 8 is used in place of 2 for multiplication in case of integer .

How to convert from other conversion to decimal?

For conversion into decimal the all procedure are almost same in all conversion. The difference in between only base.Now, we are telling you how to convert from all conversion into decimal. 
. If we are converting from other number system into decimal (base 10) such as binary, octal etc. then we will multiply the integer to from which we are converting the value into decimal value with raise to power which is starting from 0 and multiply start from right side. After that we will addition of each part. For example:- If we are convert binary into decimal then we will multiply the integer by 2 with raise to power. And if we will convert from octal into decimal then we will multiply the integer by 8 with raise to power and so on.




Now we are telling you How to convert octal to decimal?

We will tell you three step for understood this conversion.

For understood this conversion, we take an example (400).With the help of example you understood this conversion.

Take octal value (First step):-

convert-octal-to-decimal
In this step, we will take an integer i.e convert into decimal.We will take an example for understood this conversion e.g (400).

Multiply by 8 (Second Step):-

convert-octal-to-decimal
In this step, we will tell you how to multiply the integer?
Firstly, we will multiply the integer by 8 with raise to power which is starting from 0 and multiply start from right side i.e show in pic.

Addition of all part and write result (Third step):-

convert-octal-to-decimal

In this step, we are telling you how to do addition of all part? After multiply, we will add all multiplied part and write result.

convert-octal-to-decimal

Yeeeeeeeeeeeeeeehhhhhhhhhhhhhiiiiiiiiiiiiiiiiiii! We have Learnt! How to convert octal to decimal?  if you have any question regarding this or you may ask us if you have any other thing you wish to ask you can ask us in the box given below...  


Click here for Know How To>>

How to learn binary number system

How to learn binary number system


Today, we are telling you How to learn binary number system? and How to convert binary to decimal? As we know that the computer understand the binary no. Every electronic devices understand only 'ON'(1) or 'OFF'(0). The base of binary is two that is '0' and '1'. It is also called by machine language. The program can be write into any high level language but the computer understand only binary form. The compiler are used for convert the high level language into machine language or into binary form. Binary is a positional number system.

learn-binary-number-system
How to learn binary number system
How i can learn binary number system | How i can write binary number system | How to convert binary into decimal.

Now, we will discuss about How to learn binary number system? and how to understand  the binary value of numerical value and numerical value of binary no. We study of binary no. in octal, decimal and hexadecimal. But in this we will study only binary no.

Four steps of binary number system:-

Binary number system is very large topic to learn but we will discuss only it in four step that are given below:-

For example and complete learning we are taking few binary numbers (1011001) that are like that:- 1011001

Take binary numbers (First Step):-

learn-binary-number-system
First of all we will take few binary numbers as we have mentioned above and below.
1011001

Give value to binary number(Second step):-

binary-number-system

In this step we will learn how to give value to binary numbers. For learning we have to give value to binary numbers. Which are given from right to left. When we give value then keep it in mind that it's base must be two as given above in the pic. and also keep it in mind that the raise to power of two start from zero and it give in ascending order.

Multiply in corresponding (Third step):-

learn-binary-number-system
In this we will learn how to multiply in corresponding. In this step we will multiply base (2) with binary value in corresponding and do addition of them as given above in the pic.

Addition of solved multiply (Fourth step):- 

learn-binary-number-system
We will learn how to addition. In the last step we will addition of solved multiply and determine our answer.

Conclusion (answer):-

how-to-binary 
Yeeeeeeeeeeeeeehhhhooooooooooo! We have done!
Which was we forget or don't know how to do? If you are not able to understand any of line/step you may ask us in the box given below or if you have any other question regarding this or any other thing you may ask us in the box.
Click here for Know How To>>

How to convert decimal to octal

How to convert decimal to octal?

Today, we are telling you How to convert decimal to octal? This is a conversion. We have already study other conversion i.e  How to convert binary to decimal?How to convert decimal to binary?, How to convert binary to octal? and How to convert fraction part of decimal to binary? The base of octal is 8 i.e from 0 to 7. And the base of decimal is 10 i.e from 0 to 9.
How-to-convert-decimal-to-octal
How to convert decimal to octal?

How to convert decimal to octal in short way?
. An decimal number can be converted into octal number or a base of 10 number can be converted into a base of 8 number.
. The conversion from  decimal to octal is similar of  decimal to binary or base 10 into 2 conversion. The difference in between (decimal to octal and decimal to binary) is that the number 8 is used in place of 2 for division in case of integer and for multiplication in case of fraction number.

How to convert from decimal to other conversion?

For conversion of decimal the all procedure are almost same in all conversion. The difference in between only base.Now, we are telling you how to convert all conversion from decimal. 
. If we are converting from decimal (base 10) to other number system such as binary, octal etc. then we will divide the integer by in which we are converting the decimal value. For example:- If we are convert decimal into binary then we will divide the integer by 2. And if we will convert from decimal into octal then we will divide the integer by 8 and so on.
. In fraction part,  If we are converting from decimal (base 10) to other number system such as binary, octal etc. then we will multiply the fraction part by in which we are converting the decimal value. For example:- If we are convert decimal into binary then we will multiply the fraction part by 2. And if we will convert from decimal into octal then we will multiply the fraction part by 8 and so on.
Now we are telling you How to convert decimal to octal?

We will tell you three step for understood this conversion.

For understood this conversion, we take an example (256).With the help of example you understood this conversion. 

Take decimal value (First Step):-

How-to-convert-decimal-to-octal-value

In this step, we will take an integer i.e convert into octal.We will take an example for understood this conversion i.e (256).

Divide by 8 (Second Step):-

In this step, we will tell you how to divide the integer?
How-to-convert-decimal-to-octal-devide

 Firstly, we will divide the integer by 8 and write the quotient and remainder and so on until the quotient is zero (0).

Write result from bottom to top (Third step):-

In this step, we will tell you how to write result?
How-to-convert-decimal-to-octal-reminder

The result will be write from bottom to top.If we will write from top to bottom then our result will be wrong. In all decimal conversion we will write  result from bottom to top. Our result will be (400).

Yeeeeeeeeeeeeeeehhhhhhhhhhhhhiiiiiiiiiiiiiiiiiii! We have Learnt! How to convert decimal to octal?  if you have any question regarding this or you may ask us if you have any other thing you wish to ask you can ask us in the box given below...  
Click here for Know How To>>

How to convert binary to octal

How to convert binary to octal?

Today. we are talking about How to convert binary to octal? Many conversion we have already learnt that How to convert binary to decimal?, How to convert decimal to binary? and How to convert fraction part of decimal to binary? Today we are telling you How to convert binary to octal?  As we know that the base of binary is two (2) i.e '0' and '1'. And the base of octal is (8) i.e from 0 to 7. The binary value of this is shown in binary table.

convert-binary-to-octal
We can convert binary no. into octal no.by making groups of three bit i.e starting from LSB (least significant bit) to MSB (most significant bit).It means that we make group from right to left. And making group by three bit. If  on MSB side the bit are less than three (1 or 2) then we can add zero. After that we will write the value of that binary from binary table. For understand this we will take an example i.e shown below:-  

We solve example in three step:-  

Take binary value (Step first):-

In this step, we will take a binary value for e.g(111 011 100 001). 
binary-to-octal

This e.g is only for understanding  How to convert binary to octal? You also take any other e.g but do it according to given step.

Grouping of three bit (Step second):-

In this step, we are telling you how to grouping of three bit.
convert-binary-to-octal

The grouping are shown in pic. We will discussing of this e.g that are shown in pic. We will start the group from LSB to MSB means from left side to right side. Such as (111 011 100 001). Now, our grouping are completed. We underline it of three bit.

Write value of three bit (Step third):-

In this step we are telling you how to Write value of three bit. It is shown in pic:-
convert-binary-to-octal

As shown in pic we will write the value of binary i.e conversion of binary to octal. It's answer is (7 3 4 1). After grouping we can write answer from both side it means we can write from LSB toMSB and from MSB to LSB.


Yeeeeeeeeeeeeeeehhhhhhhhhhhhhiiiiiiiiiiiiiiiiiii! We have Learnt! if you have any question regarding this or you wan't to ask any other thing you may ask us in the box given below...
Click here for Know How To>>

How to convert decimal to binary in three easy step

How to convert decimal to binary in three easy step?

How-to-convert-decimal-to-binary
How-to-convert-decimal-to-binary
How-to-convert-decimal-to-binary?
Today, we are telling you How to convert decimal to binary? The base of binary is two (2) that are '0' and '1'. And the base of decimal is ten (10) that is from 0 to 9. Any decimal number can be converted into binary number. In the binary table, the value of 0 to 9 are define in binary form. From this table we can see the value in decimal form from (0 to 9) and also we can see the value in binary form from (0 to 9). That is showing below:-
decimal-to-binary-table
 But if we want to convert more than 9 value then we not see it into binary table. So, today we are telling you how to convert decimal to binary? in three step. We are define These three step with the help of example. But before these three step we are telling you How to convert decimal to binary? in short form that are given below:-

Conversion of integer can be obtained by continuously dividing by two (2) and separated the remainder whereas in the fraction parts, the conversion is done by multiplying by two (2) and keeping track of integer generating.

For How to convert decimal to binary? we have three step:-

Take decimal number (First step):-

decimal-to-binary
 In this step we take a decimal number which is convert into binary value that is greater than 9. For example we take 23 decimal number that is convert into binary value.

Divided by two (2) and separate the remainder (Second step):-

decimal-to-binary-conversion
In this step, we will telling you that how to divide by two and separate the remainder. We take a value 23 that is convert into binary value.
firstly, we divide the decimal value by 2 and after that we write the quotient and remainder i.e 0 and 1. Till, we will divide continuously until the quotient is not 0. First we divide 23 by 2 and we write the quotient and remainder. After that we will use quotient as a divider continuously until the quotient is zero. 

Write remainder bottom to top (Third step):-

In this step, we will telling you that how to write remainder? 
We have remainder i.e write from bottom to top when we write answer. Many time we write the remainder from top to bottom when write answer but it is wrong. By this our right result will made wrong. So please keep it in mind that result are write  from bottom to top.



































YEeEhhhooooooooooooooooo! We have done!
It was very important for computer learner and many one continually asking from us that how to convert decimal-to-binary? now we have discussed that how you can do that and keep it in mind for future and after today don't ask any one even let know others.So keep reading and learning because you are with How to Ans -Don't worry about how to do?
Yes one thing also keep in mind that if you are getting problem in doing that please ask us in the box given below or if you fully understood that don't forget to appreciate us...
Click here for Know How To>>