Author Topic: Binary<->Decimal<->Hexadecimal  (Read 2802 times)

0 Members and 1 Guest are viewing this topic.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Binary<->Decimal<->Hexadecimal
« on: December 01, 2010, 06:47:30 pm »
There are lots of Base converters on-calc.

I now wonder which to use, from these:

Alert: Gigantic List

Anybody is using one of these?

Thanks much!
« Last Edit: December 01, 2010, 06:47:38 pm by ScoutDavid »

SirCmpwn

  • Guest
Re: Binary<->Decimal<->Hexadecimal
« Reply #1 on: December 01, 2010, 06:49:32 pm »
It could be a good exercise to write your own base-X to base-X converter, that's what I did.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Binary<->Decimal<->Hexadecimal
« Reply #2 on: December 01, 2010, 06:52:06 pm »
It could be a good exercise to write your own base-X to base-X converter, that's what I did.

Wow, great idea! I'll probably do a Python one and then convert