ASC

Converts double-byte (full-width) characters to single-byte (half-width) ASCII and katakana characters.

note

αƒ‘αƒ˜αƒœαƒ’αƒαƒ₯αƒ‘αƒ˜

ASC(Text)

Text: the text string that contains characters to be converted.

note

Applying the ASC function to a string composed of single-byte characters will return the input string without any modifications.


αƒ›αƒαƒ’αƒαƒšαƒ˜αƒ—αƒ”αƒ‘αƒ˜

=ASC("LibreOffice") returns the string "LibreOffice". No modifications were made because all characters are single-byte characters.

=ASC("γƒ©γ‚€γƒˆ") returns the string "οΎ—ο½²οΎ„", which is composed of single-byte characters.

Please support us!