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 ??\}??\{^ 001111110011111101011100011111010011111100111111010111000111101101011110 3f3f5c7d3f3f5c7b5e
SJIS-WIN ?嘉\}?嘉\{^ 0011111110001001110000110101110001111101001111111000100111000011010111000111101101011110 3f89c35c7d3f89c35c7b5e
EUC-JP ?嘉\}?嘉\{^ 0011111110110010110001010101110001111101001111111011001011000101010111000111101101011110 3fb2c55c7d3fb2c55c7b5e
UTF-8 룶嘉\}룶嘉\{^ 1110101110100011101101101110010110011000100010010101110001111101111010111010001110110110111001011001100010001001010111000111101101011110 eba3b6e598895c7deba3b6e598895c7b5e
UHC 룶嘉\}룶嘉\{^ 10001111101010111100101010101001010111000111110110001111101010111100101010101001010111000111101101011110 8fabcaa95c7d8fabcaa95c7b5e

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