[Cexpert-003] You should remember some of ASCII!
Characters from '0' to '9' are equal to decimals from 48 to 57.
Characters from 'A' to 'Z' are equal to decimals from 65 to 90.
Characters from 'a' to 'z' are equal to decimals from 97 to 122.
ASCII | Decimal | Hex |
'0' | 48 | 0x30 |
'9' | 57 | 0x39 |
'A' | 65 | 0x41 |
'Z' | 90 | 0x5A |
'a' | 97 | 0x61 |
'z' | 122 | 0x7A |
-
Poechant
-
相關文章
- What you should know about JavaJava
- Cobalt Strike 4.0 Updates You Should Know
- PostgreSQL DBA(75) - Locks(locktype:transactionid):What You Should KnowSQL
- PostgreSQL DBA(76) - Locks(Advisory Locks):What You Should KnowSQL
- PostgreSQL DBA(44) - Privileges & User Management - What You Should KnowSQL
- PostgreSQL DBA(74) - Locks(Row-Level):What You Should KnowSQL
- PostgreSQL DBA(71) - Locks(Table-Level):What You Should KnowSQL
- JavaScript some()JavaScript
- Shiro中的Remember me設定REM
- 解決You should consider upgrading via the 'python -m pip install --upgrade pip' command. (pip工具版本較低導致)IDEPython
- ASCII 表ASCII
- ASCII表ASCII
- 7.23 ASCIIASCII
- 【雜談】Remember-Me的實現REM
- ASCII對照表ASCII
- some settings for spacemacs golangMacGolang
- Python配合Redis寫個Remember小工具PythonRedisREM
- Spring Security 之 Remember-Me (記住我)SpringREM
- Are you sure you understand the responsive layout?
- RUST Some None 和OKRustNone
- Some notes about patch workflows
- Some good websites for C++GoWebC++
- Some ideas About ‘invisible bug‘Idea
- python 列印 ASCII表PythonASCII
- Only variable references should be returned by reference
- Some 困難的數論
- some notes about distributed workflows in GitGit
- Cannot dlopen some GPU libraries.GPU
- JS中some、every、map、filterJSFilter
- python ascii int互換PythonASCII
- SyntaxError: Non-ASCII character 與 Cannot decode using encoding "ascii" 錯誤解決ErrorASCIIEncoding
- NPM: 6.5.0-next.0 should be >= 3.0.0NPM
- Modbus ASCII 獲取資料ASCII
- Swift 5.7 中的 any 和 some (譯)Swift
- Github錯誤之failed to push some refs toGithubAI
- ASCII編碼的全面介紹ASCII
- Oracle vs PostgreSQL Develop(26) - ASCII 0OracleSQLdevASCII
- 1020:列印ASCII碼(C C++)ASCIIC++
- mysqld: Table '.mac_vod' is marked as crashed and should be repairedMySqlMacAI