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 ’Q’Lb[’Q’Lb[^ 10010010010100011001001001001100011000100101101110010010010100011001001001001100011000100101101101011110 9251924c625b9251924c625b5e
SJIS-WIN ?Q?Lb[?Q?Lb[^ 00111111010100010011111101001100011000100101101100111111010100010011111101001100011000100101101101011110 3f513f4c625b3f513f4c625b5e
EUC-JP ?Q?Lb[?Q?Lb[^ 00111111010100010011111101001100011000100101101100111111010100010011111101001100011000100101101101011110 3f513f4c625b3f513f4c625b5e
UTF-8 ’Q’Lb[’Q’Lb[^ 1100001010010010010100011100001010010010010011000110001001011011110000101001001001010001110000101001001001001100011000100101101101011110 c29251c2924c625bc29251c2924c625b5e
UHC ?Q?Lb[?Q?Lb[^ 00111111010100010011111101001100011000100101101100111111010100010011111101001100011000100101101101011110 3f513f4c625b3f513f4c625b5e

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