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 ?腺\}?腺\{^ 0011111110010001010000100101110001111101001111111001000101000010010111000111101101011110 3f91425c7d3f91425c7b5e
EUC-JP 搔腺\}搔腺\{^ 100011111100000011001011110000011010001101011100011111011000111111000000110010111100000110100011010111000111101101011110 8fc0cbc1a35c7d8fc0cbc1a35c7b5e
UTF-8 搔腺\}搔腺\{^ 1110011010010000100101001110100010000101101110100101110001111101111001101001000010010100111010001000010110111010010111000111101101011110 e69094e885ba5c7de69094e885ba5c7b5e
UHC 搔腺\}搔腺\{^ 11100001101110001110000011001101010111000111110111100001101110001110000011001101010111000111101101011110 e1b8e0cd5c7de1b8e0cd5c7b5e

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