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 ?汚\}?汚\{^ 0011111110001001100110000101110001111101001111111000100110011000010111000111101101011110 3f89985c7d3f89985c7b5e
EUC-JP ?汚\}?汚\{^ 0011111110110001111110000101110001111101001111111011000111111000010111000111101101011110 3fb1f85c7d3fb1f85c7b5e
UTF-8 섲汚\}섲汚\{^ 1110110010000100101100101110011010110001100110100101110001111101111011001000010010110010111001101011000110011010010111000111101101011110 ec84b2e6b19a5c7dec84b2e6b19a5c7b5e
UHC 섲汚\}섲汚\{^ 10011001010000011110011111111101010111000111110110011001010000011110011111111101010111000111101101011110 9941e7fd5c7d9941e7fd5c7b5e

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