BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup

Join the forum, it's quick and easy

BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup
BullyWiiHacks
Would you like to react to this message? Create an account in a few clicks or log in to continue.
BullyWiiHacks

Gaming, Modding & Programming

Important reminders:

- Click *HERE* for advanced forum search or check out the text field below on the front page for Google before posting
- NO support via private message (use the forum)
- Write meaningful topic titles
Site Translation
Latest topics
» Error Injecting Drool Links Saliva Mod Menu
Hexadecimal In-Depth Empty10/18/2024, 2:58 am by SnB@BWH

» USB Gecko problems with some games
Hexadecimal In-Depth Empty10/16/2024, 1:59 pm by Reclaimer Shawn

» JMaster Duel Bot: A Yu-Gi-Oh! Master Duel Bot and Trainer for Steam
Hexadecimal In-Depth Empty10/11/2024, 2:21 pm by z1379228

» Metal Gear Solid V The Phantom Pain X Flashpoint Batman Gameplay unedited [Seth@WiiPlaza]
Hexadecimal In-Depth Empty9/23/2024, 12:48 pm by Seth@WiiPlaza

» Dropped Out of College to Pursue Web Dev and Life Pursuits in General
Hexadecimal In-Depth Empty8/9/2024, 7:09 am by SnB@BWH

» Lego Stars Wars: The Complete Saga [RLGE64]
Hexadecimal In-Depth Empty8/1/2024, 2:04 am by Whatever_1240

» ASM <> Gecko Code Converter
Hexadecimal In-Depth Empty7/29/2024, 11:15 am by Mac11ngAround

» German With a Jackhammer
Hexadecimal In-Depth Empty7/28/2024, 3:42 pm by SnB@BWH

» Wii RAM Hacking: Pointers and ASM
Hexadecimal In-Depth Empty7/23/2024, 1:54 pm by Mac11ngAround

» IBM AIX Assembler Programming Reference - Useful For PPC ASM
Hexadecimal In-Depth Empty7/21/2024, 5:00 pm by Mac11ngAround

Search
 
 

Display results as :
 


Rechercher Advanced Search

November 2024
MonTueWedThuFriSatSun
    123
45678910
11121314151617
18192021222324
252627282930 

Calendar Calendar

Country Statistics
Free counters!

You are not connected. Please login or register

Hexadecimal In-Depth

2 posters

Go down  Message [Page 1 of 1]

1Hexadecimal In-Depth Empty Hexadecimal In-Depth 2/10/2015, 11:44 pm

Bully@WiiPlaza

Bully@WiiPlaza
 
 

Introduction

You might know how to convert hexadecimal values to decimal values using a website like Geckocodes or the Windows Calculator but what about doing it manually? Smile

First of all you need to know that hexadecimal is base 16. The following table explains which hexadecimal digit converts into which decimal number.

Conversion Table

DecimalHexadecimal
00
11
22
33
44
55
66
77
88
99
10A
11B
12C
13D
14E
15F
Note that after 9 the next number in hexadecimal is A and NOT 10. 10 is 16 in decimal. The letters from A to F can also be written in lowercase so it comes down to personal preference whether you spell them in capital or not.

Hexadecimal To Decimal

In order to convert a hexadecimal number to decimal we need to take the digits individually from the right of the given number, convert them to decimal using the table above and multiply each of them with Hexadecimal In-Depth Gif where Hexadecimal In-Depth Gif is the current index of the digit we took starting at Hexadecimal In-Depth Gif. Finally, all products are added up.

For the ones who love formulas:
Hexadecimal In-Depth Gif
where Hexadecimal In-Depth Gif is the length of the number to convert, Hexadecimal In-Depth Gif the number to convert and Hexadecimal In-Depth Gif the table lookup/conversion function using the table from above.

Example

Task:
Convert Hexadecimal In-Depth Gif to decimal manually.

Answer:
Hexadecimal In-Depth Gif

The result of the expression on the left can be calculated with for example WolframAlpha if you don't want to do the math by hand.

Enjoy Smile



Last edited by Bully@WiiPlaza on 1/21/2020, 8:22 am; edited 1 time in total

2Hexadecimal In-Depth Empty Re: Hexadecimal In-Depth 2/16/2017, 7:09 pm

SnB@BWH

SnB@BWH
Admin & Writer

"I did what you said" and I got 1837001. I'm obviously not doing something right. However, I'm pretty sure I did all the instructions and even followed along on another tutorial on how to do it and I just don't see how my answer is different than yours. Neutral

3Hexadecimal In-Depth Empty Re: Hexadecimal In-Depth 1/20/2020, 2:25 pm

SnB@BWH

SnB@BWH
Admin & Writer

Update: I figured it out a while back. I just didn't understand powers at the time. You have to multiply the multiplication answer by the exponent.

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum