+  RHDN Forum Archive
|-+  Romhacking
| |-+  ROM Hacking Discussion
| | |-+  Is there an offline Text-To-Hex converter?
Pages: [1]
Author Topic: Is there an offline Text-To-Hex converter?  (Read 2 times)
akadewboy
Guest
« on: February 03, 2008, 06:07:10 pm »

What I needed was a program that is able to convert a string of Shift-JIS text to hex very quickly. What I found was this:

http://www.chilkatasp.net/HexEncodeString.aspx

It works pretty nice, but the problem is that you have to be online to use it. Does anyone know of something similar that you can download and use without being online?
Ryusui
Guest
« Reply #1 on: February 03, 2008, 10:47:44 pm »

You can roll your own in Visual Basic Express.

EDIT: Or better still, I could roll one for you.

http://theryusui.googlepages.com/GetMyHex.exe
« Last Edit: February 04, 2008, 12:27:14 am by Ryusui »
akadewboy
Guest
« Reply #2 on: February 05, 2008, 01:27:28 am »

Thank you very much, exactly what I was looking for  Grin

By any chance could you make an EUC one? (if it's not too much trouble).
Ryusui
Guest
« Reply #3 on: February 05, 2008, 02:05:36 am »

Done. Same link as above.

GetMyHex 1.5 has radio buttons for selecting Shift-JIS and EUC, as well as Unicode and UTF-8. Just in case. ^_^
akadewboy
Guest
« Reply #4 on: February 05, 2008, 02:20:22 am »

Awesome, thanks again!
KungFuFurby
Guest
« Reply #5 on: February 08, 2008, 06:04:38 pm »

Anyone intrested in making a Java or Mac version of this? I'm intrested.
Ryusui
Guest
« Reply #6 on: February 08, 2008, 11:58:54 pm »

Can't Boot Camp run it?
Spikeman
Guest
« Reply #7 on: February 09, 2008, 02:43:32 am »

Doesn't Mono work on Mac?
KungFuFurby
Guest
« Reply #8 on: February 12, 2008, 06:32:41 pm »

I'm a PPC Mac user, not an Intel Mac user, just to note.
FranMichaels
Guest
« Reply #9 on: March 05, 2008, 09:50:14 pm »

I'm on Linux, but this should work on any system with gnu tools.

Code:
cat file |  xxd  -c 256 -ps

file being the file with all the text you want converted Smiley

I googled and found this thread, which has some simple python code, should run anywhere.

http://ubuntuforums.org/showthread.php?t=547855

Hope that helps.

P.S. Bootcamp would require Windows, it's fancy talk for dual-boot. There is always wine, but I'm pretty sure its on x86/amd64 only...
Pages: [1]  


Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC