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‘V×}‘P‘V×{^ 100100010101000010010001010101101001000011010111011111011001000101010000100100010101011010010000110101110111101101011110 9150915690d77d9150915690d77b5e
SJIS-WIN ?P?V?×}?P?V?×{^ 0011111101010000001111110101011000111111100000010111111001111101001111110101000000111111010101100011111110000001011111100111101101011110 3f503f563f817e7d3f503f563f817e7b5e
EUC-JP ?P?V?×}?P?V?×{^ 0011111101010000001111110101011000111111101000011101111101111101001111110101000000111111010101100011111110100001110111110111101101011110 3f503f563fa1df7d3f503f563fa1df7b5e
UTF-8 ‘P‘V×}‘P‘V×{^ 1100001010010001010100001100001010010001010101101100001010010000110000111001011101111101110000101001000101010000110000101001000101010110110000101001000011000011100101110111101101011110 c29150c29156c290c3977dc29150c29156c290c3977b5e
UHC ?P?V?×}?P?V?×{^ 0011111101010000001111110101011000111111101000011011111101111101001111110101000000111111010101100011111110100001101111110111101101011110 3f503f563fa1bf7d3f503f563fa1bf7b5e

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