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 ?R?^[?R?^[^ 0011111101010010001111110101111001011011001111110101001000111111010111100101101101011110 3f523f5e5b3f523f5e5b5e
SJIS-WIN 荼R荼^[荼R荼^[^ 111001001011011001010010111001001011011001011110010110111110010010110110010100101110010010110110010111100101101101011110 e4b652e4b65e5be4b652e4b65e5b5e
EUC-JP 荼R荼^[荼R荼^[^ 111010001011100001010010111010001011100001011110010110111110100010111000010100101110100010111000010111100101101101011110 e8b852e8b85e5be8b852e8b85e5b5e
UTF-8 荼R荼^[荼R荼^[^ 11101000100011011011110001010010111010001000110110111100010111100101101111101000100011011011110001010010111010001000110110111100010111100101101101011110 e88dbc52e88dbc5e5be88dbc52e88dbc5e5b5e
UHC ?R?^[?R?^[^ 0011111101010010001111110101111001011011001111110101001000111111010111100101101101011110 3f523f5e5b3f523f5e5b5e

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