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 ?\f?\^}Y?\f?\^}bE 0011111101011100011001100011111101011100010111100111110101011001001111110101110001100110001111110101110001011110011111010110001001000101 3f5c663f5c5e7d593f5c663f5c5e7d6245
SJIS-WIN 菘\f菘\^}Y菘\f菘\^}bE 111001001100001101011100011001101110010011000011010111000101111001111101010110011110010011000011010111000110011011100100110000110101110001011110011111010110001001000101 e4c35c66e4c35c5e7d59e4c35c66e4c35c5e7d6245
EUC-JP 菘\f菘\^}Y菘\f菘\^}bE 111010001100010101011100011001101110100011000101010111000101111001111101010110011110100011000101010111000110011011101000110001010101110001011110011111010110001001000101 e8c55c66e8c55c5e7d59e8c55c66e8c55c5e7d6245
UTF-8 菘\f菘\^}Y菘\f菘\^}bE 11101000100011111001100001011100011001101110100010001111100110000101110001011110011111010101100111101000100011111001100001011100011001101110100010001111100110000101110001011110011111010110001001000101 e88f985c66e88f985c5e7d59e88f985c66e88f985c5e7d6245
UHC ?\f?\^}Y?\f?\^}bE 0011111101011100011001100011111101011100010111100111110101011001001111110101110001100110001111110101110001011110011111010110001001000101 3f5c663f5c5e7d593f5c663f5c5e7d6245

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