ASCII 13: Carriage Return
CHARACTER
CR
Carriage Return
Control Character · Non-printable · ASCII 13
All Representations
| Format | Value |
|---|---|
| Decimal | 13 |
| Binary | 00001101 |
| Hexadecimal | 0x0D |
| Octal | 15 |
| HTML Entity | |
| CSS Escape | \0d |
| JS Escape | \x0d |
| Python Escape | \x0d |
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 13?
ASCII code 13 is the Carriage Return. It is a control character.
- What is ASCII 13 in binary?
ASCII 13 in binary is 00001101. In hexadecimal it is 0x0D.
- Is ASCII 13 a printable character?
No, ASCII 13 is a control character (Carriage Return) and is not printable.