Welcome to Dream.In.Code
Getting Java Help is Easy!

Join 132,639 Java Programmers for FREE! Get instant access to thousands of Java experts, tutorials, code snippets, and more! There are 1,079 people online right now. Registration is fast and FREE... Join Now!




conversion of ip address to hexadecimal form

 
Reply to this topicStart new topic

conversion of ip address to hexadecimal form, Hi..I need to convert an ip address like 9.1.9.408 to hexadecimal form

Hemakoneru
post 12 Oct, 2008 - 11:08 PM
Post #1


New D.I.C Head

*
Joined: 12 Oct, 2008
Posts: 1

[font=Arial][size=2]
User is offlineProfile CardPM

Go to the top of the page

AmitTheInfinity
post 12 Oct, 2008 - 11:18 PM
Post #2


C Surfing ∞

Group Icon
Joined: 25 Jan, 2007
Posts: 1,015



Thanked 34 times

Dream Kudos: 125
My Contributions


Please post your problem with proper description and in detail. You are not supposed to post it in Title description text box.
User is offlineProfile CardPM

Go to the top of the page

g00se
post 13 Oct, 2008 - 03:46 AM
Post #3


D.I.C Regular

Group Icon
Joined: 19 Sep, 2008
Posts: 421



Thanked 31 times
My Contributions


There's an example of this here:

http://technojeeves.com/joomla/index.php/f...dress-to-number
User is offlineProfile CardPM

Go to the top of the page

Gloin
post 13 Oct, 2008 - 07:50 AM
Post #4


On MeD.i.Cation

Group Icon
Joined: 4 Aug, 2008
Posts: 717



Thanked 46 times
My Contributions


9.1.9.408 is not a valid IP address. Every value should be in the range 0..255

Anyways, converting into Hex is simple.

An IPv4 address consist of 4 pairs of Hex numbers in the range 00..FF
Let num be the decimal value representing any of the four number. ex: 222 (dec) = DE (hex)
The first hex-symbol in the pair is calculated as:
num / 16 = 13 (dec) = D (hex)
The second hex-symbol in the pair is calculated as:
num % 16 = 14 (dec) = E (hex)

User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 11/23/08 04:30AM

Live Java Help!

Java Tutorials

Reference Sheets

Java Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month