# encoding: SJIS

def get_sjis_ascii_str
  "hello"
end

def get_sjis_str
  "ƒÂ"
end