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 ?O?@D?O?@D^ 0011111101001111001111110100000001000100001111110100111100111111010000000100010001011110 3f4f3f40443f4f3f40445e
SJIS-WIN ?O?@D?O?@D^ 0011111101001111001111110100000001000100001111110100111100111111010000000100010001011110 3f4f3f40443f4f3f40445e
EUC-JP ?O?@D?O?@D^ 0011111101001111001111110100000001000100001111110100111100111111010000000100010001011110 3f4f3f40443f4f3f40445e
UTF-8 혰O혳@D혰O혳@D^ 11101101100110001011000001001111111011011001100010110011010000000100010011101101100110001011000001001111111011011001100010110011010000000100010001011110 ed98b04fed98b34044ed98b04fed98b340445e
UHC 혰O혳@D혰O혳@D^ 110000101001011101001111110000101001101001000000010001001100001010010111010011111100001010011010010000000100010001011110 c2974fc29a4044c2974fc29a40445e

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