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 省\}省\{^ 10001111110010001111100001111101010111000111110110001111110010001111100001111101010111000111101101011110 8fc8f87d5c7d8fc8f87d5c7b5e
EUC-JP 省?\}省?\{^ 1011111011001010001111110101110001111101101111101100101000111111010111000111101101011110 beca3f5c7dbeca3f5c7b5e
UTF-8 省\}省\{^ 1110011110011100100000011110111010011000100111010101110001111101111001111001110010000001111011101001100010011101010111000111101101011110 e79c81ee989d5c7de79c81ee989d5c7b5e
UHC 省?\}省?\{^ 1110000011111101001111110101110001111101111000001111110100111111010111000111101101011110 e0fd3f5c7de0fd3f5c7b5e

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