Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (0)

Powered by Vanilla. Made with Bootstrap.
Binary, Denary, Hexadecimal and Octal
  • Xin
    Posts: 3,251
    [---------------------------------------------------]
    Binary, Denary, Hexadecimal and Octal
    Written By Xinapse
    For iExploit.org

    [---------------------------------------------------]

    -------[Denary
    The numbers in normal use are called denary or base 10, this system uses ten digits, 0,1,2,3,4,5,6,7,8,9 each digit is worth 10 times more than the one to its right, eg 365 would be
    100 10 1
    3 6 5

    -------[Binary
    The binary system uses just two digits 1 and 0 on and off, each digit is worth two times the number to the right. eg 73 would be
    128 64 32 16 8 4 2 1
    0 1 0 0 1 0 0 1

    -------[Hexadecimal
    The hexadecimal number system uses 16 digits, (base 16) 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F, each digit is worth 16 times more than the digit to the right, eg 360 would be
    4096 256 16 1
    0 1 6 8

    -------[Octal
    The octal number system uses 8 digits, 0,1,2,3,4,5,6,7 each digit is 8x more than the number to its right, so 112 would be.
    64 8 1
    1 6 0
    Xin
  • chroniccommand
    Posts: 1,389
    Small, but good info. Everybody should know this.
  • Xin
    Posts: 3,251
    Yeah , the basics :), should be able to do this in your sleep
    Xin
  • Bursihido
    Posts: 406
    THanks keep posting basic tutorial :)
  • Xin
    Posts: 3,251
    No problem glad you liked it :)
    Xin
  • thnx man...you are posting some basic but good tut's...!!
  • Good info to know. I liked it.
    It always come handy in conversions.
  • Sh3llc0d3
    Posts: 1,910
    Agree with chronic, everyone 'should' know this stuff :)