JIS

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

note

āĻ¸āĻŋāĻ¨āĻŸā§āĻ¯āĻžāĻ•ā§āĻ¸

JIS(Text)

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

note

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


āĻ‰āĻĻāĻžāĻšāĻ°āĻŖāĻ¸āĻŽā§‚āĻš

=JIS("LibreOffice") returns the string "īŧŦīŊ‰īŊ‚īŊ’īŊ…īŧ¯īŊ†īŊ†īŊ‰īŊƒīŊ…". Note that the returned string uses double-byte characters.

=JIS("īž—īŊ˛īž„") returns the string "ナイト", which is composed of double-byte characters.

Please support us!