Base64とは?
Base64はバイナリデータを64種類の印刷可能なASCII文字で表現するエンコード方式です。
Base64をテキストに変換
Base64はバイナリデータを64種類の印刷可能なASCII文字で表現するエンコード方式です。
Base64 encoding works by taking groups of three bytes (24 bits) of binary data and splitting them into four groups of six bits each. Each 6-bit group is then mapped to one of 64 printable ASCII characters.