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 00111111011001100011111101011110011111010101100100111111011001100011111101011110011111010110001001000101 3f663f5e7d593f663f5e7d6245
SJIS-WIN ЩfЩ^}YЩfЩ^}bE 1000010001011010011001101000010001011010010111100111110101011001100001000101101001100110100001000101101001011110011111010110001001000101 845a66845a5e7d59845a66845a5e7d6245
EUC-JP ЩfЩ^}YЩfЩ^}bE 1010011110111011011001101010011110111011010111100111110101011001101001111011101101100110101001111011101101011110011111010110001001000101 a7bb66a7bb5e7d59a7bb66a7bb5e7d6245
UTF-8 ЩfЩ^}YЩfЩ^}bE 1101000010101001011001101101000010101001010111100111110101011001110100001010100101100110110100001010100101011110011111010110001001000101 d0a966d0a95e7d59d0a966d0a95e7d6245
UHC ЩfЩ^}YЩfЩ^}bE 1010110010111011011001101010110010111011010111100111110101011001101011001011101101100110101011001011101101011110011111010110001001000101 acbb66acbb5e7d59acbb66acbb5e7d6245

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