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箒^[^ 111000101011010001010010111000101011010001011110010110111110001010110100010100101110001010110100010111100101101101011110 e2b452e2b45e5be2b452e2b45e5b5e
EUC-JP 箒R箒^[箒R箒^[^ 111001001011011001010010111001001011011001011110010110111110010010110110010100101110010010110110010111100101101101011110 e4b652e4b65e5be4b652e4b65e5b5e
UTF-8 箒R箒^[箒R箒^[^ 11100111101011101001001001010010111001111010111010010010010111100101101111100111101011101001001001010010111001111010111010010010010111100101101101011110 e7ae9252e7ae925e5be7ae9252e7ae925e5b5e
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)