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^ 001111110011111101011110010001000011111100111111010111100100010001011110 3f3f5e443f3f5e445e
SJIS-WIN 探短^D探短^D^ 10010010010101001001001001011010010111100100010010010010010101001001001001011010010111100100010001011110 9254925a5e449254925a5e445e
EUC-JP 探短^D探短^D^ 11000011101101011100001110111011010111100100010011000011101101011100001110111011010111100100010001011110 c3b5c3bb5e44c3b5c3bb5e445e
UTF-8 探短^D探短^D^ 1110011010001110101000101110011110011111101011010101111001000100111001101000111010100010111001111001111110101101010111100100010001011110 e68ea2e79fad5e44e68ea2e79fad5e445e
UHC 探短^D探短^D^ 11110111101011101101001110101101010111100100010011110111101011101101001110101101010111100100010001011110 f7aed3ad5e44f7aed3ad5e445e

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