Toolman

ASCII 58

ASCII 58 is Colon, written :.

Every representation

Character:
NameColon
Decimal58
Hexadecimal0x3A
Octal0072
Binary00111010
HTML entity:
Escape sequence\x3A
UnicodeU+003A
GroupPunctuation or symbol

What it is for

Colon. Separates key from value in JSON and YAML, and host from port in a URL.

Where the number comes from

Codes 32 to 126 hold the printable characters. The punctuation was distributed around the letters and digits so that the most common characters fell into positions that were convenient for the teleprinter keyboards of the time.

Frequently asked questions

What is ASCII 58?

Colon, the character :. In hexadecimal it is 0x3A, in octal 0072, and in binary 00111010.

How do I type ASCII 58?

Type : directly. In a string literal it can also be written \\x3A, and in HTML as :.

Is ASCII 58 printable?

Yes. Codes 32 to 126 are the printable range, which is every character ASCII can actually display.

Nearby codes

Full ASCII table · Text to binary converter · Number base converter