In a recent article, we have seen how to convert a binary number to its corresponding octal as well as hexadecimal number. However, in that article, we have considered the conversions for only the whole numbers. In this article, we…
Tag: Number System Conversion
Decimal to Binary Conversion for Fractional Number
In a recent article, we have seen how to convert any number system from decimal. However, there, we have only considered the whole numbers. In this article, we considered the decimal to binary conversion for the fractional number. Technique Consider…
Octal to Hexadecimal Conversion and Vice Versa
In this post, we will be learning how to convert octal to hexadecimal and hexadecimal to octal numbers. Following is the technique for these conversions. Technique Use binary as an intermediary Group binary bits into four for hexadecimal conversion Group…