To what bitstring a character(s) is encoded in each character set?

Input one character or short letters and click "Convert."


(UTF-8)
Charset Character Bit string (binary) Bit String (hexadecimal)
ISO-8859-1 ?P?P[?P?P[^ 0011111101010000001111110101000001011011001111110101000000111111010100000101101101011110 3f503f505b3f503f505b5e
SJIS-WIN 鱆P鱆P[鱆P鱆P[^ 111010011110000101010000111010011110000101010000010110111110100111100001010100001110100111100001010100000101101101011110 e9e150e9e1505be9e150e9e1505b5e
EUC-JP 鱆P鱆P[鱆P鱆P[^ 111100101110001101010000111100101110001101010000010110111111001011100011010100001111001011100011010100000101101101011110 f2e350f2e3505bf2e350f2e3505b5e
UTF-8 鱆P鱆P[鱆P鱆P[^ 11101001101100011000011001010000111010011011000110000110010100000101101111101001101100011000011001010000111010011011000110000110010100000101101101011110 e9b18650e9b186505be9b18650e9b186505b5e
UHC ?P?P[?P?P[^ 0011111101010000001111110101000001011011001111110101000000111111010100000101101101011110 3f503f505b3f503f505b5e

SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)