1834407 Members
1463 Online
110067 Solutions
New Discussion

ascii to hex

 
Michael Palmgren
Frequent Advisor

ascii to hex

Hi!

I want to convert one ascii file to hex.
Can some one help me with this.

Regards
Michael
4 REPLIES 4
Steve Lewis
Honored Contributor

Re: ascii to hex

od -x
Steve Lewis
Honored Contributor

Re: ascii to hex

od -x
or

xd
Michael Palmgren
Frequent Advisor

Re: ascii to hex

Thank you, it's working fine

/Michael
Michael Palmgren
Frequent Advisor

Re: ascii to hex

Thank you, it's working find

/Michael