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 灌疇\}灌疇\{^ 10011111111100111110000101100101010111000111110110011111111100111110000101100101010111000111101101011110 9ff3e1655c7d9ff3e1655c7b5e
EUC-JP 灌疇\}灌疇\{^ 11011110111101011110000111000110010111000111110111011110111101011110000111000110010111000111101101011110 def5e1c65c7ddef5e1c65c7b5e
UTF-8 灌疇\}灌疇\{^ 1110011110000001100011001110011110010110100001110101110001111101111001111000000110001100111001111001011010000111010111000111101101011110 e7818ce796875c7de7818ce796875c7b5e
UHC 灌疇\}灌疇\{^ 11001110101101001111000111000010010111000111110111001110101101001111000111000010010111000111101101011110 ceb4f1c25c7dceb4f1c25c7b5e

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