Nerdulator> put something in

Base-16 literal

0xc0

  • Base 16
  • 8 bits
  • = 192

0xc0 is a hexadecimal literal equal to 192 in decimal. It needs 8 bits (1 bytes) of storage, and is 0xC0 in hexadecimal and 11000000 in binary.

In every base

Decimal192
Binary11000000
Octal300
HexadecimalC0
Base 3260
Base 365C
Prefixed literals0xc0 · 0o300 · 0b11000000

Bit width & storage

Significant bits8
Bytes needed1
Fits in 8 bitsYes
Fits in 16 bitsYes
Fits in 32 bitsYes
Fits in 64 bitsYes
Padded to 8 bits11000000
Padded to 32 bits00000000000000000000000011000000

Read another way

As an IPv4 address0.0.0.192
As a 24-bit colour#0000C0
As a Unicode code pointU+00C0, "À"
As a byte count192 B
As a duration in seconds3 minutes and 12 seconds

Bitwise operations

NOT (32-bit)4,294,967,103
Shift left by 1384
Shift right by 196
Population count2the number of set bits
Lowest set bit64

Keep nerding

Every link below is a page Nerdulator can generate from what it already knows about this value.

Neighbouring values

Also reads as

U+00C0 (unicode character)

  • U+00C0
  • À
  • Uppercase letter

U+00C0 is code point 192 (À), an uppercase letter in the Latin-1 Supplement block of the Basic Multilingual Plane. It takes 2 bytes in UTF-8 and 1 unit in UTF-16.

Open this reading on its own page →

Identity

Code pointU+00C0
Decimal192
CharacterÀ
General categoryUppercase letter
BlockLatin-1 Supplement
PlaneBasic Multilingual Planeplane 0
Official nameNot includedthe Unicode Character Database is not bundled; a stale copy would be worse than none

Encodings

UTF-8C3 802 bytes
UTF-1600C0a single unit
UTF-32000000C0
Binary11000000
Bytes in UTF-8 vs UTF-162 vs 2UTF-16 is not always smaller, even for non-Latin text

Writing it in code

HTML numeric entityÀ
HTML hex entityÀ
CSS escape\00C0
JavaScript\u00C0
Python\u00C0
Percent-encoded (URL)%C3%80

Things that catch people out

JavaScript string length1
Needs a surrogate pairNo
Safe in a URL unescapedNo

Keep nerding

Every link below is a page Nerdulator can generate from what it already knows about this value.

Nearby code points

Nerdulate something else

Nothing in mind? Surprise me · today’s page

Every value on this page was computed from “0xc0” by Nerdulator’s computing engine. Nothing here was retrieved from a database of answers or written by a model.