ASCII 2: Start of Text
CHARACTER
STX
Start of Text
Control Character · Non-printable · ASCII 2
All Representations
| Format | Value |
|---|---|
| Decimal | 2 |
| Binary | 00000010 |
| Hexadecimal | 0x02 |
| Octal | 2 |
| HTML Entity |  |
| CSS Escape | \02 |
| JS Escape | \x02 |
| Python Escape | \x02 |
Character Information
| Property | Value |
|---|---|
| Category | Control Character |
| Printable | No |
| Control character | Yes |
| Range | Standard ASCII (0–127) |
Nearby ASCII Codes
Frequently Asked Questions
- What character is ASCII code 2?
ASCII code 2 is the Start of Text. It is a control character.
- What is ASCII 2 in binary?
ASCII 2 in binary is 00000010. In hexadecimal it is 0x02.
- Is ASCII 2 a printable character?
No, ASCII 2 is a control character (Start of Text) and is not printable.