DocHub is an all-in-one PDF editor that enables you to snip detail in binary, and much more. You can highlight, blackout, or remove document components, insert text and pictures where you want them, and collect information and signatures. And since it works on any web browser, you won’t need to update your hardware to access its robust capabilities, saving you money. With DocHub, a web browser is all you need to process your binary.
Sign in to our website and adhere to these instructions:
It couldn't be easier! Streamline your document processing now with DocHub!
so letamp;#39;s look now at going from hex to octal so if you want to take a number from hexadecimal to octal okay you got to change it to decimal and then change that to octal so if we take 5 a okay which works out to be 90 in decimal then we have to go through and we use the weighted multiplication then we have to go through the successive division process to get to 132 is base 8 is the same as 5 a h 5 a base H or base hexad decimal okay so you can see itamp;#39;s the same thing but we have to go through an intermediate which is decimal if we want to go from octal to Binary weamp;#39;ve got to go from octal to deci decimal the binary so 132 will do 1 * 64+ 3 * 8 + 2 * 1 and get 90 then weamp;#39;ll change that by successive division into binary and get our answer all right so itamp;#39;s the same procedures weamp;#39;re just having to combine them the trick is thereamp;#39;s a shortcut okay because binary octal and hex are all related by powers of two okay then thatamp;#39;s