I know, that special character has hex codes from 00 to 1F.
To delete it with code
REPLACE '!' IN INT_VAR WITH ''.
I need translate this characters from hex to char. How i can do that?