# Base64

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

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

![](https://3089332158-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LHmXMdOnUoaCEQFbvpu%2F-LUcrZOy-FJZnZzn8eag%2F-LUcsDCc4Q6AsNdR7nS8%2FScreen%20Shot%202018-12-26%20at%2012.58.15%20PM.png?alt=media\&token=6c550bc4-6e46-4466-b8d6-c739c062d105)

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

***

#### 相關條目

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

#### 參考資料
