# Quiz 10

Why does Bitcoin use Base58 instead of Base64 for encoding? (Choose all that apply)

**Add answers and select the correct ones**

* [x] To avoid ambiguous characters like 0, O, I, and l.
* [x] To ensure the encoded string is easily readable and transmittable.
* [ ] To include non-alphanumeric characters like + and /.
* [ ] To make the encoding process faster.

\
**Note to learners**

"In other words, since Base58 avoids using non-alphanumeric characters (+ and /) and ambiguous letters (0 - zero, I - capital i, O - capital o, and l - lower case L), it helps ensure addresses are readable, transmittable, and more secure."

&#x20;

To learn more about it, you can follow the course [Base58 and Base58Check](https://bsvblockchain.360learning.com/course/play/68bac02d9bfd6e17c151858d)


---

# 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://hub.bsvblockchain.org/higher-learning/bsv-academy/bitcoin-primitives-hash-functions/quiz-bitcoin-hash-functions/quiz-10.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.
