window.btoa("ABCDE")
window.btoa("あいうえお")
window.btoa(unescape(
  encodeURIComponent("あいうえお")))