hexdata to text(hex a, [encoding b])
|
Group |
Decodes data represented as hexadecimal text a to text using charset b.
Parameter Descriptions
|
Parameter |
Description |
|
a |
Hexadecimal text. |
|
b |
Charset. Default: 8859_1 |
Example
|
Parameter a |
Parameter b |
Result |
|
41424344FC |
ABCDü |
|
|
41424344FC80 |
cp1252 |
ABCDü€ |
|
41424344e282ac |
UTF8 |
ABCDü€ |