Discussion:
Dream ƒrequency Hexadecimal to ASCII Converter v4.4.4
(zu alt für eine Antwort)
Dream ƒrequency
2006-04-29 00:14:35 UTC
Permalink
Dream ƒrequency Hexadecimal to ASCII Converter v4.4.4

Convert hexadecimal strings to ASCII text with a single click. Use everyday with your existing IDE, use it to look up what the code for the ASCII dollar sign is, or discover what that incomprehensible string of hex characters converts to, etc..

As seen on Download.com.

Small application window allows simultaneous use with your favorite IDE, text editor, Word, etc.. Sits in tray until needed.

Free one month trial. Only 99¢ per month.

http://dreamfrequency.com/df.cgi?p=HextoASCIIA

Dream ƒrequency; Imagination Realised - http://dreamfrequency.com - Useful 99¢ per Month Windows Software
Stefan Reuther
2006-04-29 12:13:27 UTC
Permalink
Post by Dream ƒrequency
Dream ƒrequency Hexadecimal to ASCII Converter v4.4.4
ROTFL.
Post by Dream ƒrequency
Convert hexadecimal strings to ASCII text with a single click.
perl -e "foreach(qw(30 20 63 65 6e 74 20 61 20 79 65 61 72)){print chr hex}"
Post by Dream ƒrequency
Use everyday with your existing IDE, use it to look up what the code
for the ASCII dollar sign is,
charmap.exe

perl -e "foreach(split//,'hello, world'){printf '%02x ',ord}

Emacs: C-x =


Stefan

Loading...