running decoderawtransaction returns me the json of the tx, which is great. However, the data field is left as hexadecimal. when I try other tools to convert from hexadecimal to ascii, i see some of what I put in. but I also see weird things. Is there any way to decode the hex back into it's original form?
for example, when I put in
'{"details":{"origin":"M"}}'
when I decoderawtransaction I get
'SPKcorigin\x00\x01M'