![]() |
How to calculate from Binary to Octal?
anyone?
|
Good luck on your journy :thumbsup .
|
Not sure if this will help
http://www.danbbs.dk/~erikoest/octal.htm http://www.microcontroller.com/hahahahahaded.asp?did=92 |
calc.exe
view ---> scientific do your stuff, just change the button after and it automatically converts it |
Just convert the binary to Base 10, then convert to octal. Use the windows calculator in the scientific mode for easy conversions. :)
|
multiply by 8.
|
Quote:
so basicly i have to brake the binary code in sets of 3 from right to left and just transfer numbers to octal..:) rrright? |
Take the binary numbers and put them into groups of 3
so 111 = 7 000 = 0 The first space is worth 2^0 if it is 1, the second is worth 2^1, and the third is worth 2^2 if its value is 1 in binary. So 001 = 1 010 = 2 100 = 4 So if you have 101 you just go 4+1 and get 5. |
Quote:
that is the problem lol |
Quote:
thanks a lot!!:) |
Quote:
|
Quote:
thanks!! :) |
Now i need to find out how to decode ASCII lol
damn this is pain in the ass i know i have to breake binary code in 8 and each one represent key but how to figure out which key is which |
Quote:
http://www.jimprice.com/jim-asc.htm (BTW, those charts are in hex, and aren't mine) |
Quote:
|
Quote:
|
Shit. In the military I spent 6 months in tech school learning that shit so that I could work on Avionics equipment.
I made sure to wipe every bit of that knowledge out of my head when I left! Thanks for making the nightmares return! :321GFY :1orglaugh |
Binary Algebra is your friend.
|
All times are GMT -7. The time now is 09:12 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123