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 Ÿ¥èþ}Ÿ¥èþ{^ 1001111110100101111010001111111001111101100111111010010111101000111111100111101101011110 9fa5e8fe7d9fa5e8fe7b5e
SJIS-WIN ?¥??}?¥??{^ 00111111100000011000111100111111001111110111110100111111100000011000111100111111001111110111101101011110 3f818f3f3f7d3f818f3f3f7b5e
EUC-JP ??èþ}??èþ{^ 00111111001111111000111110101011101100101000111110101001110100000111110100111111001111111000111110101011101100101000111110101001110100000111101101011110 3f3f8fabb28fa9d07d3f3f8fabb28fa9d07b5e
UTF-8 Ÿ¥èþ}Ÿ¥èþ{^ 11000010100111111100001010100101110000111010100011000011101111100111110111000010100111111100001010100101110000111010100011000011101111100111101101011110 c29fc2a5c3a8c3be7dc29fc2a5c3a8c3be7b5e
UHC ???þ}???þ{^ 00111111001111110011111110101001101011010111110100111111001111110011111110101001101011010111101101011110 3f3f3fa9ad7d3f3f3fa9ad7b5e

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