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 00111111011001100011111101011110011111010101100100111111011001100011111101011110011111010110001001000101 3f663f5e7d593f663f5e7d6245
EUC-JP 棅f棅^}Y棅f棅^}bE 100011111100001111111011011001101000111111000011111110110101111001111101010110011000111111000011111110110110011010001111110000111111101101011110011111010110001001000101 8fc3fb668fc3fb5e7d598fc3fb668fc3fb5e7d6245
UTF-8 棅f棅^}Y棅f棅^}bE 111001101010001110000101011001101110011010100011100001010101111001111101010110011110011010100011100001010110011011100110101000111000010101011110011111010110001001000101 e6a38566e6a3855e7d59e6a38566e6a3855e7d6245
UHC 棅f棅^}Y棅f棅^}bE 1101110010111000011001101101110010111000010111100111110101011001110111001011100001100110110111001011100001011110011111010110001001000101 dcb866dcb85e7d59dcb866dcb85e7d6245

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