hexdata to text(hex a, [encoding b])
Group |
Decodes the hexadecimal text a into 'normal' text using the character encoding b.
Parameter Descriptions
Parameter |
Description |
a |
Hexadecimal text to decode. |
b |
Character encoding to be used for the result text. Default: 8859_1. Note: Use the three dots to select a value. |
Example
Parameter a |
Parameter b |
Result |
41424344FC |
|
ABCDü |
41424344FC80 |
cp1252 |
ABCDü€ |
41424344e282ac |
UTF8 |
ABCDü€ |