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 ?盛\}?盛\{^ 0011111110010000101101110101110001111101001111111001000010110111010111000111101101011110 3f90b75c7d3f90b75c7b5e
EUC-JP ?盛\}?盛\{^ 0011111111000000101110010101110001111101001111111100000010111001010111000111101101011110 3fc0b95c7d3fc0b95c7b5e
UTF-8 싕盛\}싕盛\{^ 1110110010001011100101011110011110011011100110110101110001111101111011001000101110010101111001111001101110011011010111000111101101011110 ec8b95e79b9b5c7dec8b95e79b9b5c7b5e
UHC 싕盛\}싕盛\{^ 10011010110110001110000011111100010111000111110110011010110110001110000011111100010111000111101101011110 9ad8e0fc5c7d9ad8e0fc5c7b5e

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