> For the complete documentation index, see [llms.txt](https://brianwu.gitbook.io/brian/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://brianwu.gitbook.io/brian/brians-za-ji/bian-ma.md).

# 編碼

## 簡述

每種編碼佔的 byte 數不同，以 ASCII 為例，ASCII 只有127 所以只要一個 byte 就夠了

但是BIG5 就需要兩個byte

而 UTF-8 則最多佔四個 byte。 但因為它是可變動字元(?) 英文的時候只佔一個 byte，中文的時候可能佔到 4 個 byte 的。
