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 œHGœHR}œHGœHR{^ 100111000100100001000111100111000100100001010010011111011001110001001000010001111001110001001000010100100111101101011110 9c48479c48527d9c48479c48527b5e
SJIS-WIN ?HG?HR}?HG?HR{^ 001111110100100001000111001111110100100001010010011111010011111101001000010001110011111101001000010100100111101101011110 3f48473f48527d3f48473f48527b5e
EUC-JP ?HG?HR}?HG?HR{^ 001111110100100001000111001111110100100001010010011111010011111101001000010001110011111101001000010100100111101101011110 3f48473f48527d3f48473f48527b5e
UTF-8 œHGœHR}œHGœHR{^ 11000010100111000100100001000111110000101001110001001000010100100111110111000010100111000100100001000111110000101001110001001000010100100111101101011110 c29c4847c29c48527dc29c4847c29c48527b5e
UHC ?HG?HR}?HG?HR{^ 001111110100100001000111001111110100100001010010011111010011111101001000010001110011111101001000010100100111101101011110 3f48473f48527d3f48473f48527b5e

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