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 𴎶𴎶^ 111100001011010010001110101101101111000010110100100011101011011001011110 f0b48eb6f0b48eb65e
SJIS-WIN ?´?¶?´?¶^ 00111111100000010100110000111111100000011111011100111111100000010100110000111111100000011111011101011110 3f814c3f81f73f814c3f81f75e
EUC-JP ð´?¶ð´?¶^ 1000111110101001110000111010000110101101001111111010001011111001100011111010100111000011101000011010110100111111101000101111100101011110 8fa9c3a1ad3fa2f98fa9c3a1ad3fa2f95e
UTF-8 𴎶𴎶^ 1100001110110000110000101011010011000010100011101100001010110110110000111011000011000010101101001100001010001110110000101011011001011110 c3b0c2b4c28ec2b6c3b0c2b4c28ec2b65e
UHC ð´?¶ð´?¶^ 101010011010001110100010101001010011111110100010110100101010100110100011101000101010010100111111101000101101001001011110 a9a3a2a53fa2d2a9a3a2a53fa2d25e

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