使用方法
- 滾動參考表瀏覽所有 128 個標準 ASCII 字元 (代碼 0–127)。
- Each card shows the decimal code, hexadecimal code, and the character or abbreviation。
- 控制字元 (0–31) 以標準縮寫 (如 NUL、LF 和 CR) 呈現。
- Use the table to look up character codes when parsing binary data or debugging encoding issues。
範例
- 字元 65 (0x41) 是 'A';字元 97 (0x61) 是 'a',說明大小寫之間的 32 單位偏移。
- 字元 10 (0x0A) 是 LF (換行符),13 (0x0D) 是 CR (回車符),組成 Windows 換行符的兩個位元組。