The question is, from where it took "0", is there any programming language that can make ASCII to decimal conversion that way?
nearly all can do that, except that in C,C++ etc it would be '0' not "0" [single quotes is a chr 'literal' double quote is a null terminated "string" c-str]