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 ???D???D^ 001111110011111100111111010001000011111100111111001111110100010001011110 3f3f3f443f3f3f445e
SJIS-WIN "ケクD"ケクD^ 1111101001010111101110011011100001000100111110100101011110111001101110000100010001011110 fa57b9b844fa57b9b8445e
EUC-JP ?ケクD?ケクD^ 00111111100011101011100110001110101110000100010000111111100011101011100110001110101110000100010001011110 3f8eb98eb8443f8eb98eb8445e
UTF-8 "ケクD"ケクD^ 111011111011110010000010111011111011110110111001111011111011110110111000010001001110111110111100100000101110111110111101101110011110111110111101101110000100010001011110 efbc82efbdb9efbdb844efbc82efbdb9efbdb8445e
UHC "??D"??D^ 1010001110100010001111110011111101000100101000111010001000111111001111110100010001011110 a3a23f3f44a3a23f3f445e

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