On Thu, Jun 12, 2003 at 04:28:32PM -0700, Stephen Mah wrote: > Looking for a program that converts hex to ascii or vice versa. > linux or web-based is fine. Here are some simple options: man ascii xxd od -xa perl -le "print chr 0x66" # where 0x66 is hex for the char you want Cheers. -- Norman Gaywood, Systems Administrator School of Mathematics, Statistics, and Computer Science University of New England, Armidale, NSW 2351, Australia norm@xxxxxxxxxxxxxxxxx Phone: +61 (0)2 6773 2412 http://turing.une.edu.au/~norm Fax: +61 (0)2 6773 3312 Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html