From owner-freebsd-questions@FreeBSD.ORG Sat Sep 22 07:33:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2B2E16A418 for ; Sat, 22 Sep 2007 07:33:58 +0000 (UTC) (envelope-from oceanare@pacific.net.sg) Received: from smtpgate1.pacific.net.sg (smtpgate1.pacific.net.sg [203.120.90.31]) by mx1.freebsd.org (Postfix) with SMTP id 72AEB13C448 for ; Sat, 22 Sep 2007 07:33:58 +0000 (UTC) (envelope-from oceanare@pacific.net.sg) Received: (qmail 15889 invoked from network); 22 Sep 2007 07:33:56 -0000 Received: from bb121-7-107-77.singnet.com.sg (HELO P2120.somewherefaraway.com) (oceanare@121.7.107.77) by smtpgate1.pacific.net.sg with ESMTPA; 22 Sep 2007 07:33:55 -0000 Message-ID: <46F4C563.6010808@pacific.net.sg> Date: Sat, 22 Sep 2007 15:33:55 +0800 From: Erich Dollansky User-Agent: Thunderbird 2.0.0.6 (X11/20070826) MIME-Version: 1.0 To: ronggui References: <38b9f0350709220019n227bf345v9006351554c73bdb@mail.gmail.com> In-Reply-To: <38b9f0350709220019n227bf345v9006351554c73bdb@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: How to convert ASCII to Hexadecimal format? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 07:33:59 -0000 Hi, man hexdump will explain the details. Erich ronggui wrote: > for example: > ASCII: a test > HEX : 61 20 74 65 73 74 > > Thanks >