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 ?R?^[?R?^[^ 0011111101010010001111110101111001011011001111110101001000111111010111100101101101011110 3f523f5e5b3f523f5e5b5e
SJIS-WIN 鵈R鵈^[鵈R鵈^[^ 111010011111110001010010111010011111110001011110010110111110100111111100010100101110100111111100010111100101101101011110 e9fc52e9fc5e5be9fc52e9fc5e5b5e
EUC-JP 鵈R鵈^[鵈R鵈^[^ 111100101111111001010010111100101111111001011110010110111111001011111110010100101111001011111110010111100101101101011110 f2fe52f2fe5e5bf2fe52f2fe5e5b5e
UTF-8 鵈R鵈^[鵈R鵈^[^ 11101001101101011000100001010010111010011011010110001000010111100101101111101001101101011000100001010010111010011011010110001000010111100101101101011110 e9b58852e9b5885e5be9b58852e9b5885e5b5e
UHC ?R?^[?R?^[^ 0011111101010010001111110101111001011011001111110101001000111111010111100101101101011110 3f523f5e5b3f523f5e5b5e

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