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 šLŸ–zšLŸ–x^ 10011010010011001001111110000001100101100111101010011010010011001001111110000001100101100111100001011110 9a4c9f81967a9a4c9f8196785e
SJIS-WIN ?L???z?L???x^ 00111111010011000011111100111111001111110111101000111111010011000011111100111111001111110111100001011110 3f4c3f3f3f7a3f4c3f3f3f785e
EUC-JP ?L???z?L???x^ 00111111010011000011111100111111001111110111101000111111010011000011111100111111001111110111100001011110 3f4c3f3f3f7a3f4c3f3f3f785e
UTF-8 šLŸ–zšLŸ–x^ 110000101001101001001100110000101001111111000010100000011100001010010110011110101100001010011010010011001100001010011111110000101000000111000010100101100111100001011110 c29a4cc29fc281c2967ac29a4cc29fc281c296785e
UHC ?L???z?L???x^ 00111111010011000011111100111111001111110111101000111111010011000011111100111111001111110111100001011110 3f4c3f3f3f7a3f4c3f3f3f785e

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