X-Received: by 2002:a05:620a:12c4:: with SMTP id e4mr4366327qkl.359.1576089822878; Wed, 11 Dec 2019 10:43:42 -0800 (PST) X-Received: by 2002:a05:6808:4cc:: with SMTP id a12mr4064987oie.115.1576089822553; Wed, 11 Dec 2019 10:43:42 -0800 (PST) Path: csiph.com!xmission!news.alt.net!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!g89no4737283qtd.0!news-out.google.com!w29ni1021qtc.0!nntp.google.com!g89no4737269qtd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Wed, 11 Dec 2019 10:43:42 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:1811:d95:3100:d9e0:d4e0:3134:90fe; posting-account=6Yi6UAoAAAAPa9I7jpXT9nwJvAd0_-hC NNTP-Posting-Host: 2a02:1811:d95:3100:d9e0:d4e0:3134:90fe User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <97645b00-a063-4b6e-a994-90622b875eca@googlegroups.com> Subject: Hex 2 dec conversion From: Robert Vanpass Injection-Date: Wed, 11 Dec 2019 18:43:42 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 14 Xref: csiph.com comp.graphics.apps.gnuplot:4273 Hi, I have a .csv datafile with only 2-digit numbers in Hexadecimal form: 6F 73 A5 ... Is there a function in Gnuplot to convert these Hex numbers to Decimal form, or should it be written / how ? Another possibility would be to use an external commandline converter, something like Grepwin. Any idea what I could use for this ? Thanks