The full 0–127 ASCII table with decimal, hex, octal, and binary codes. Search by character, code (decimal, 0x hex, or 0b binary), or control-character name (e.g. ESC, TAB).
| Dec | Hex | Oct | Bin | Char | Name |
|---|
curl -sS "https://devops.majbase.com/ascii-table/api?code=65"
curl -sS "https://devops.majbase.com/ascii-table/api?char=A"
curl -sS "https://devops.majbase.com/ascii-table/api"
Returns a single entry {"dec","hex","oct","bin","char","name","printable"}, the full 128-entry table, or {"error": "..."}.