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 ?^?K}Y?^?K}bE 00111111010111100011111101001011011111010101100100111111010111100011111101001011011111010110001001000101 3f5e3f4b7d593f5e3f4b7d6245
SJIS-WIN ^K}Y^K}bE 1111001011000001010111101111001011000001010010110111110101011001111100101100000101011110111100101100000101001011011111010110001001000101 f2c15ef2c14b7d59f2c15ef2c14b7d6245
EUC-JP ?^?K}Y?^?K}bE 00111111010111100011111101001011011111010101100100111111010111100011111101001011011111010110001001000101 3f5e3f4b7d593f5e3f4b7d6245
UTF-8 ^K}Y^K}bE 111011101000011110111000010111101110111010000111101110000100101101111101010110011110111010000111101110000101111011101110100001111011100001001011011111010110001001000101 ee87b85eee87b84b7d59ee87b85eee87b84b7d6245
UHC ?^?K}Y?^?K}bE 00111111010111100011111101001011011111010101100100111111010111100011111101001011011111010110001001000101 3f5e3f4b7d593f5e3f4b7d6245

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