ASCII Code 1
发表于|更新于|Wiki
|浏览量:
In the 7-bit ASCII character set, ASCII code 1 is represented by the control character ␁ also known as the start of heading.
| Attribute | Value |
|---|---|
| Symbol | ␁ |
| Unicode Symbol | ␁ |
| Decimal | 1 |
| Octal | 1 |
| Hexadecimal | 1 |
| Binary | 0000 0001 |
| Description | Start of Heading |
| Category | Control Characters |
| Subcategory | Transmission Control |
| Unicode | U+0001 |
文章作者: Johnson Lin
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 Johnson Lin!
相关推荐
2024-12-03
ASCII Code 38
In the 7-bit ASCII character set, ASCII code 38 is represented by the character & also known as the ampersand. Character Representation Value/Description ASCII Character & Decimal 38 Octal 46 Hexadecimal 26 Binary 0010 0110 Description Ampersand Category Printable Characters Subcategory Punctuation and Symbols Unicode U+0026 EncodingEncoding non-standard letters and characters into values that can be displayed e.g. in browsers Encoding Method Encoded Va...
2024-12-03
ASCII Code 10
In the 7-bit ASCII character set, ASCII code 10 is represented by the control character ␊ also known as the line feed. Attribute Value Symbol ␊ Unicode Symbol ␊ Decimal 10 Octal 12 Hexadecimal A Binary 0000 1010 Description Line Feed Category Control Characters Subcategory Printing and display control Unicode U+000A
2024-12-03
ASCII Code 33
In the 7-bit ASCII character set, ASCII code 33 is represented by the character ! also known as the exclamation mark. Character Representation Value/Description ASCII Character ! Decimal 33 Octal 41 Hexadecimal 21 Binary 0010 0001 Description Exclamation mark Category Printable Characters Subcategory Punctuation and Symbols Unicode U+0021 EncodingEncoding non-standard letters and characters into values that can be displayed e.g. in browsers Encoding Method Enco...
2024-12-03
ASCII Code 28
In the 7-bit ASCII character set, ASCII code 28 is represented by the control character ␜ also known as the file separator. Attribute Value Symbol ␜ Unicode Symbol ␜ Decimal 28 Octal 34 Hexadecimal 1C Binary 0001 1100 Description File Separator Category Control Characters Subcategory Data structuring Unicode U+001C
2024-12-03
ASCII Code 29
In the 7-bit ASCII character set, ASCII code 29 is represented by the control character ␝ also known as the group separator. Attribute Value Symbol ␝ Unicode Symbol ␝ Decimal 29 Octal 35 Hexadecimal 1D Binary 0001 1101 Description Group Separator Category Control Characters Subcategory Data structuring Unicode U+001D
2024-12-03
ASCII Code 97
In the 7-bit ASCII character set, ASCII code 97 is represented by the character a also known as the lowercase a. Character Representation Value/Description ASCII Character a Decimal 97 Octal 141 Hexadecimal 61 Binary 0110 0001 Description Lowercase a Category Printable Characters Subcategory Lowercase Latin alphabet Unicode U+0061 EncodingEncoding non-standard letters and characters into values that can be displayed e.g. in browsers Encoding Method Encoded Valu...


