Here are a couple of ways you could get it done:
SCRIPTS:
One is to execute a script (shell script: "xxd -r -c 32" , suggested by @Airy )
LOOK UP TABLE:
The other is to translate it with a "lookup table" within the macro itself
Here are a couple of ways you could get it done:
One is to execute a script (shell script: "xxd -r -c 32" , suggested by @Airy )
The other is to translate it with a "lookup table" within the macro itself