Multi-Byte文字を含む文字列とBase64文字列を相互変換
・encode:文字列 ⇒ Base64
・decode:Base64 ⇒ 文字列
変換対象text
Clear
テスト✔
encode
decode
結果out
Multi-Byte文字列対応:
out ⇒ text
Big Endianness
Multi-Byte文字列対応:
out ⇒ text
Little Endianness
Multi-Byte文字列対応:
out ⇒ text
Blob
1Byte文字列のみ対応:
out ⇒ text
Native