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 âCBN}âCBN{^ 1110001001000011010000100100111001111101111000100100001101000010010011100111101101011110 e243424e7de243424e7b5e
SJIS-WIN ?CBN}?CBN{^ 0011111101000011010000100100111001111101001111110100001101000010010011100111101101011110 3f43424e7d3f43424e7b5e
EUC-JP âCBN}âCBN{^ 100011111010101110100100010000110100001001001110011111011000111110101011101001000100001101000010010011100111101101011110 8faba443424e7d8faba443424e7b5e
UTF-8 âCBN}âCBN{^ 11000011101000100100001101000010010011100111110111000011101000100100001101000010010011100111101101011110 c3a243424e7dc3a243424e7b5e
UHC ?CBN}?CBN{^ 0011111101000011010000100100111001111101001111110100001101000010010011100111101101011110 3f43424e7d3f43424e7b5e

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