# Base64

> **最後更新：2026 年 1 月**

Base64是一個位元對應文字的轉換方式。表格來自[Wikipedia](https://en.wikipedia.org/wiki/Base64)如下：

![](/files/-LUcsDCc4Q6AsNdR7nS8)

其中包括英文字母大小寫，阿拉伯數字以及兩個符號：+與/。數量為64用以對應二進位系統。

***

#### 相關條目

* [Coinbase Wallet](/qian-bao-lei-xing/untitled/coinbase-wallet.md)
* [Coinbase](/mai-mai-shu-wei-zi-chan-de-chang-suo/shang/coinbase.md)
* [Base58](/gei-kai-fa-zhe-de-zhi-nan/cryptography/base58.md)
* [哈希算法](/gei-kai-fa-zhe-de-zhi-nan/cryptography/hash.md)
* [SHA256](/gei-kai-fa-zhe-de-zhi-nan/cryptography/sha256.md)

#### 參考資料


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.0x1.academy/gei-kai-fa-zhe-de-zhi-nan/cryptography/base64.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
