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鯀^[^ 111010011011111101010010111010011011111101011110010110111110100110111111010100101110100110111111010111100101101101011110 e9bf52e9bf5e5be9bf52e9bf5e5b5e
EUC-JP 鯀R鯀^[鯀R鯀^[^ 111100101100000101010010111100101100000101011110010110111111001011000001010100101111001011000001010111100101101101011110 f2c152f2c15e5bf2c152f2c15e5b5e
UTF-8 鯀R鯀^[鯀R鯀^[^ 11101001101011111000000001010010111010011010111110000000010111100101101111101001101011111000000001010010111010011010111110000000010111100101101101011110 e9af8052e9af805e5be9af8052e9af805e5b5e
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)