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 ’ZE‘©’Z‘¢‘©^ 100100100101101001000101100100011010100110010010010110101001000110100010100100011010100101011110 925a4591a9925a91a291a95e
SJIS-WIN ?ZE???Z?¢??^ 00111111010110100100010100111111001111110011111101011010001111111000000110010001001111110011111101011110 3f5a453f3f3f5a3f81913f3f5e
EUC-JP ?ZE?©?Z?¢?©^ 0011111101011010010001010011111110001111101000101110110100111111010110100011111110100001111100010011111110001111101000101110110101011110 3f5a453f8fa2ed3f5a3fa1f13f8fa2ed5e
UTF-8 ’ZE‘©’Z‘¢‘©^ 1100001010010010010110100100010111000010100100011100001010101001110000101001001001011010110000101001000111000010101000101100001010010001110000101010100101011110 c2925a45c291c2a9c2925ac291c2a2c291c2a95e
UHC ?ZE???Z????^ 001111110101101001000101001111110011111100111111010110100011111100111111001111110011111101011110 3f5a453f3f3f5a3f3f3f3f5e

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