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
» Dropped Out of College to Pursue Web Dev and Life Pursuits in General
Hexadecimal In-Depth Empty4/7/2024, 2:34 pm by SnB@BWH

» Bully Made It Into a BIG Video 400K Views
Hexadecimal In-Depth Empty4/7/2024, 6:58 am by Bully@WiiPlaza

» Wii Play Tanks
Hexadecimal In-Depth Empty3/24/2024, 2:46 pm by helpmeout

» [Bypass Paywalls] (Global) @magnolia1234 - GitLab
Hexadecimal In-Depth Empty3/18/2024, 3:55 am by Seth@WiiPlaza

» [Download] Mary Shelley's Frankenhole
Hexadecimal In-Depth Empty3/16/2024, 8:29 am by Seth@WiiPlaza

» Completely Custom Modded Controllers (Undetectable)
Hexadecimal In-Depth Empty3/5/2024, 1:55 pm by Shadow@BWH

» (Zombies) Drink perks code?
Hexadecimal In-Depth Empty3/5/2024, 1:24 pm by Shadow@BWH

» Die Rückkehr zu STEAM und WARFACE
Hexadecimal In-Depth Empty3/2/2024, 3:54 am by Seth@WiiPlaza

» First person hand model change?
Hexadecimal In-Depth Empty2/28/2024, 4:53 am by Ad3lamac611

» {RELEASE} Field Raider Firefox v1.72 by Seth@WiiPlaza
Hexadecimal In-Depth Empty2/21/2024, 8:52 am by naxil

Search
 
 

Display results as :
 


Rechercher Advanced Search

May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  

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


_________________
Hexadecimal In-Depth YBjg74I

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


_________________
Hexadecimal In-Depth Simple10

Hexadecimal In-Depth LSTjSyDDiscord: SnB_BWH

Click HERE to earn free bitcoin, litecoin, dogecoin, and dash!

Win Free Bitcoins every hour!

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.


_________________
Hexadecimal In-Depth Simple10

Hexadecimal In-Depth LSTjSyDDiscord: SnB_BWH

Click HERE to earn free bitcoin, litecoin, dogecoin, and dash!

Win Free Bitcoins every hour!

Sponsored content



Back to top  Message [Page 1 of 1]

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