aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/base64/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:08:35 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:08:35 +0100
commit9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f (patch)
tree3eabcb7c51657ecbaf7acb8e9de10af73e86d96c /files/ja/glossary/base64/index.html
parent6ef1fa4618e08426b874529619a66adbd3d1fcf0 (diff)
downloadtranslated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.tar.gz
translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.tar.bz2
translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.zip
unslug ja: modify
Diffstat (limited to 'files/ja/glossary/base64/index.html')
-rw-r--r--files/ja/glossary/base64/index.html3
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>