powered by
Return the codes (in UTF-8) of a string.
asc(x)
A vector with ITF-8 codes of a string
The string to be analyzed
Based on this blog: http://datadebrief.blogspot.com/2011/03/ascii-code-table-in-r.html
asc returns the codes (in UTF-8) of a string
Other Characters: char(), d(), tnirp()
char()
d()
tnirp()
asc("abcd") asc("ABCD")
Run the code above in your browser using DataLab