ASCII 3: End of Text
CHARACTER
ETX
End of Text
Control Character · Non-printable · ASCII 3
All Representations
| Format | Value |
|---|---|
| Decimal | 3 |
| Binary | 00000011 |
| Hexadecimal | 0x03 |
| Octal | 3 |
| HTML Entity |  |
| CSS Escape | \03 |
| JS Escape | \x03 |
| Python Escape | \x03 |
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 3?
ASCII code 3 is the End of Text. It is a control character.
- What is ASCII 3 in binary?
ASCII 3 in binary is 00000011. In hexadecimal it is 0x03.
- Is ASCII 3 a printable character?
No, ASCII 3 is a control character (End of Text) and is not printable.