Convert to hex by teebee

procedure main()
while(s:=""):=char((n:=read())%|16/10*7+n%16+48)||s&(n/:=16)=0&write(s)
end

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

download

return to the top page