"C3"~x2b --> "11000011"
"7"~x2b --> "0111"
"1 C1"~x2b --> "000111000001"
x2b
with the methods d2x and
c2x to convert numbers or
character strings into binary form."C3"x~c2x~x2b --> "11000011"
"129"~d2x~x2b --> "10000001"
"12"~d2x~x2b --> "1100"