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’C’T’U’P’C’T’U^ 1001001001010000100100100100001110010010010101001001001001010101100100100101000010010010010000111001001001010100100100100101010101011110 925092439254925592509243925492555e
SJIS-WIN ?P?C?T?U?P?C?T?U^ 0011111101010000001111110100001100111111010101000011111101010101001111110101000000111111010000110011111101010100001111110101010101011110 3f503f433f543f553f503f433f543f555e
EUC-JP ?P?C?T?U?P?C?T?U^ 0011111101010000001111110100001100111111010101000011111101010101001111110101000000111111010000110011111101010100001111110101010101011110 3f503f433f543f553f503f433f543f555e
UTF-8 ’P’C’T’U’P’C’T’U^ 11000010100100100101000011000010100100100100001111000010100100100101010011000010100100100101010111000010100100100101000011000010100100100100001111000010100100100101010011000010100100100101010101011110 c29250c29243c29254c29255c29250c29243c29254c292555e
UHC ?P?C?T?U?P?C?T?U^ 0011111101010000001111110100001100111111010101000011111101010101001111110101000000111111010000110011111101010100001111110101010101011110 3f503f433f543f553f503f433f543f555e

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