A-F and does
not include whitespace."9"~d2x --> "9"
"129"~d2x --> "81"
"129"~d2x(1) --> "1"
"129"~d2x(2) --> "81"
"129"~d2x(4) --> "0081"
"257"~d2x(2) --> "01"
"-127"~d2x(2) --> "81"
"-127"~d2x(4) --> "FF81"
"12"~d2x(0) --> ""