Basic Latin: [Sequence]

HP
U+0048 U+0050
HP
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 48 00 00 00 50
UTF-32LE
48 00 00 00 50 00 00 00
UTF-16BE
00 48 00 50
UTF-16LE
48 00 50 00
UTF-8
48 50

Decomposition

  1. H
    U+0048
  2. P
    U+0050

Character Escapes

HTML5
HP
HP
C
\u0048\u0050 (C99)
\U000048\U000050 (C99)
\x48\x50 (encoding-dependent)
\110\120 (encoding-dependent)
C++
\u{48}\u{50} (C++23)
\x{48}\x{50} (C++23, encoding-dependent)
\o{110}\o{120} (C++23, encoding-dependent)
\U00000048\U00000050
\u0048\u0050
\x48\x50 (encoding-dependent)
\110\120 (encoding-dependent)
Java
\u0048\u0050
JavaScript
\u{48}\u{50}
\u0048\u0050
\x48\x50
CSS
\48\50
\000048\000050
Quoted-Printable
=48=50
URL
%48%50