Skip to content
ASCII World
5

Five

PrintableASCII 53 | Hex 0x35 | U+0035
Digit five at ASCII 53. HTTP status codes in the 5xx range (500-599) indicate server-side errors, with 500 Internal Server Error being the most generic. The original ASCII standard defined 128 characters using 7 bits, but most systems store them in 8-bit bytes, leaving bit 5 (counting from 0) as the case bit that distinguishes uppercase from lowercase letters in the ASCII range.

ASCII Code

Decimal
53
Hexadecimal
0x35
Octal
65
Binary
0011 0101
URL Escape
%35

Unicode

Code Point
U+0035
Escape
\u0035
UTF-8 Hex
0x35
UTF-8 Binary
00110101
UTF-16
0x0035
UTF-32
0x00000035

HTML Entities

Numeric
5
Hex
5

How to Type

Windows Alt CodeAlt + 53
HTML Entity
5
Unicode InputU+0035

Source Code Representations

C / Java
"\u0035"
CSS
\0035
JavaScript
"\u0035"
Perl
\x{0035}
Python 2
u"\u0035"
Python 3
\u0035
Ruby
\u{0035}

Frequently Asked Questions

What is ASCII code 53?
ASCII code 53 represents the Five character. In hexadecimal it is 0x35, in binary 0011 0101, and in octal 65. It is a printable character that appears as "5" in text.
How do I type ASCII 53 on a keyboard?
On Windows, hold Alt and type 53 on the numeric keypad. On Mac, you can use the Character Viewer (Edit > Emoji & Symbols). In HTML, use the entity 5 or 5.