Convert to hex by teebee

REBOL[]while[d: do input][h: to-hex d while[h < #1][remove h]print h]

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page