hexToRealString

@NotNull
open fun hexToRealString(@NotNull encoded: String): String

HEX-String to the actual real String, that is "48656C6C6F20576F726C64" to "Hello World".