Important information: this site is currently scheduled to go offline indefinitely by end of the year.

dec to hex conversor

Coders and would-be coders alike, this is the place to talk about programming.
Post Reply
User avatar
Savage
VIP member
VIP member
Posts: 559
Joined: Sun Apr 17, 2005 11:00 am
Has thanked: 16 times
Been thanked: 18 times

dec to hex conversor

Post by Savage »

Hi 2 all! i'm looking a program to convert multiple data from dec to hex.
For example:
2233
33445
233344 in dec to hex creating a log file with the result like this

Code:
84c5

Code:
9ece


etc...

I tried google but....
Or a batch script, i dont' know. Thanks.
User avatar
aluigi
VVIP member
VVIP member
Posts: 1916
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 664 times
Contact:

Post by aluigi »

http://aluigi.altervista.org/mytoolz.htm#calcc

If you want to convert a file or a hex dump in multiple formats you can find other tools in that same page (like byte2c, hex2byte, byte2hex and so on).
Rahly
VVIP member
VVIP member
Posts: 411
Joined: Thu Aug 05, 2004 10:17 am
Been thanked: 1 time

Post by Rahly »

or the more popular xxd or even MS Calculator.
"By nature men are alike. Through practice they have become far apart." Confucius (Analect 17:2)
User avatar
Savage
VIP member
VIP member
Posts: 559
Joined: Sun Apr 17, 2005 11:00 am
Has thanked: 16 times
Been thanked: 18 times

Post by Savage »

Thanks i tried a few programs and works :D
Post Reply