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 ??????B 00111111001111110011111100111111001111110011111101000010 3f3f3f3f3f3f42
SJIS-WIN 薐ф巷薐ф巷B 11100101010100101000010010000110100011010100101011100101010100101000010010000110100011010100101001000010 e55284868d4ae55284868d4a42
EUC-JP 薐ф巷薐ф巷B 11101001101100111010011111100110101110011010101111101001101100111010011111100110101110011010101101000010 e9b3a7e6b9abe9b3a7e6b9ab42
UTF-8 薐ф巷薐ф巷B 1110100010010110100100001101000110000100111001011011011110110111111010001001011010010000110100011000010011100101101101111011011101000010 e89690d184e5b7b7e89690d184e5b7b742
UHC ?ф巷?ф巷B 0011111110101100111001101111100111110101001111111010110011100110111110011111010101000010 3face6f9f53face6f9f542

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