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 _ž^[}_ž^[{^ 100000010101111110000001100111100101111001011011011111011000000101011111100000011001111001011110010110110111101101011110 815f819e5e5b7d815f819e5e5b7b5e
SJIS-WIN ?_??^[}?_??^[{^ 001111110101111100111111001111110101111001011011011111010011111101011111001111110011111101011110010110110111101101011110 3f5f3f3f5e5b7d3f5f3f3f5e5b7b5e
EUC-JP ?_??^[}?_??^[{^ 001111110101111100111111001111110101111001011011011111010011111101011111001111110011111101011110010110110111101101011110 3f5f3f3f5e5b7d3f5f3f3f5e5b7b5e
UTF-8 _ž^[}_ž^[{^ 110000101000000101011111110000101000000111000010100111100101111001011011011111011100001010000001010111111100001010000001110000101001111001011110010110110111101101011110 c2815fc281c29e5e5b7dc2815fc281c29e5e5b7b5e
UHC ?_??^[}?_??^[{^ 001111110101111100111111001111110101111001011011011111010011111101011111001111110011111101011110010110110111101101011110 3f5f3f3f5e5b7d3f5f3f3f5e5b7b5e

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