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…
Tag: Octal to Hexadecimal
Conversion of Number Systems
It is important to learn the techniques of converting one number system to another while studying digital electronics or digital computers. This is because, in our day-to-day life we use decimal number systems, while computers use either binary or hexadecimal…