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?_o?_]^ 00111111010111110101001000111111010111110110111100111111010111110101110101011110 3f5f523f5f6f3f5f5d5e
SJIS-WIN ?_R?_o?_]^ 00111111010111110101001000111111010111110110111100111111010111110101110101011110 3f5f523f5f6f3f5f5d5e
EUC-JP ?_R?_o?_]^ 00111111010111110101001000111111010111110110111100111111010111110101110101011110 3f5f523f5f6f3f5f5d5e
UTF-8 혱_R혱_o혱_]^ 11101101100110001011000101011111010100101110110110011000101100010101111101101111111011011001100010110001010111110101110101011110 ed98b15f52ed98b15f6fed98b15f5d5e
UHC 혱_R혱_o혱_]^ 11000010100110000101111101010010110000101001100001011111011011111100001010011000010111110101110101011110 c2985f52c2985f6fc2985f5d5e

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