How to decode hex-octets to 8-bit octets, than to 7-bit default alphabet ?
Hi,
I am trying to understand decoding algorithm, to write a shell script
to decode/encode ASCII to hexi-decimal and vice versa.
---
8-bit octets respresenting 7-bit data
decoding
12 hex-octets
C8 F7 1D 14 96 97 41 F9 77 FD 07
C8F71D14969741F977FD07
I should get
"
How are you?
"
I get
LÉFØæ)Ξ:É.ü¥
Å
In the example
8-bit octets are further converted to 7-bit default alphabet
I can provide you with demo converter details from a web page, if you are interested.
Darius
|