diff options
Diffstat (limited to 'files/ja/glossary/base64')
-rw-r--r-- | files/ja/glossary/base64/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ja/glossary/base64/index.html b/files/ja/glossary/base64/index.html index 6e0e4f28db..1091cf14aa 100644 --- a/files/ja/glossary/base64/index.html +++ b/files/ja/glossary/base64/index.html @@ -1,6 +1,6 @@ --- title: Base64 のエンコードとデコード -slug: Web/API/WindowBase64/Base64_encoding_and_decoding +slug: Glossary/Base64 tags: - Advanced - Base64 @@ -12,6 +12,7 @@ tags: - atob() - btoa() translation_of: Glossary/Base64 +original_slug: Web/API/WindowBase64/Base64_encoding_and_decoding --- <p><strong>Base64</strong> とは、<a href="https://en.wikipedia.org/wiki/Binary-to-text_encoding">バイナリーからテキストへの符号化</a>を行う手法のグループであり、64 を基数とする表現に変換することで、バイナリーデータを ASCII 文字列で表すことができます。<em>Base64</em> という呼び方は、<a href="https://ja.wikipedia.org/wiki/MIME#Content-Transfer-Encoding">MIME の Content-Transfer-Encoding</a> における特定の符号化方式の名前に由来します。</p> |