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 ?芸\}?芸\{^ 0011111110001100011111000101110001111101001111111000110001111100010111000111101101011110 3f8c7c5c7d3f8c7c5c7b5e
EUC-JP 鉥芸\}鉥芸\{^ 100011111110001111101000101101111101110101011100011111011000111111100011111010001011011111011101010111000111101101011110 8fe3e8b7dd5c7d8fe3e8b7dd5c7b5e
UTF-8 鉥芸\}鉥芸\{^ 1110100110001001101001011110100010001010101110000101110001111101111010011000100110100101111010001000101010111000010111000111101101011110 e989a5e88ab85c7de989a5e88ab85c7b5e
UHC 鉥芸\}鉥芸\{^ 11100010111111001110100111111101010111000111110111100010111111001110100111111101010111000111101101011110 e2fce9fd5c7de2fce9fd5c7b5e

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