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 ‘§‘Ÿx}‘§‘Ÿx{^ 10010001101001111001000110011111011110000111110110010001101001111001000110011111011110000111101101011110 91a7919f787d91a7919f787b5e
SJIS-WIN ?§??x}?§??x{^ 001111111000000110011000001111110011111101111000011111010011111110000001100110000011111100111111011110000111101101011110 3f81983f3f787d3f81983f3f787b5e
EUC-JP ?§??x}?§??x{^ 001111111010000111111000001111110011111101111000011111010011111110100001111110000011111100111111011110000111101101011110 3fa1f83f3f787d3fa1f83f3f787b5e
UTF-8 ‘§‘Ÿx}‘§‘Ÿx{^ 110000101001000111000010101001111100001010010001110000101001111101111000011111011100001010010001110000101010011111000010100100011100001010011111011110000111101101011110 c291c2a7c291c29f787dc291c2a7c291c29f787b5e
UHC ?§??x}?§??x{^ 001111111010000111010111001111110011111101111000011111010011111110100001110101110011111100111111011110000111101101011110 3fa1d73f3f787d3fa1d73f3f787b5e

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