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 ’ZH‘³‘£’ZH‘³‘£^ 100100100101101001001000100100011011001110010001101000111001001001011010010010001001000110110011100100011010001101011110 925a4891b391a3925a4891b391a35e
SJIS-WIN ?ZH???£?ZH???£^ 0011111101011010010010000011111100111111001111111000000110010010001111110101101001001000001111110011111100111111100000011001001001011110 3f5a483f3f3f81923f5a483f3f3f81925e
EUC-JP ?ZH???£?ZH???£^ 0011111101011010010010000011111100111111001111111010000111110010001111110101101001001000001111110011111100111111101000011111001001011110 3f5a483f3f3fa1f23f5a483f3f3fa1f25e
UTF-8 ’ZH‘³‘£’ZH‘³‘£^ 11000010100100100101101001001000110000101001000111000010101100111100001010010001110000101010001111000010100100100101101001001000110000101001000111000010101100111100001010010001110000101010001101011110 c2925a48c291c2b3c291c2a3c2925a48c291c2b3c291c2a35e
UHC ?ZH?³???ZH?³??^ 0011111101011010010010000011111110101001111110000011111100111111001111110101101001001000001111111010100111111000001111110011111101011110 3f5a483fa9f83f3f3f5a483fa9f83f3f5e

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