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 šBWšBN[šBWšBN[^ 100110100100001001010111100110100100001001001110010110111001101001000010010101111001101001000010010011100101101101011110 9a42579a424e5b9a42579a424e5b5e
SJIS-WIN ?BW?BN[?BW?BN[^ 001111110100001001010111001111110100001001001110010110110011111101000010010101110011111101000010010011100101101101011110 3f42573f424e5b3f42573f424e5b5e
EUC-JP ?BW?BN[?BW?BN[^ 001111110100001001010111001111110100001001001110010110110011111101000010010101110011111101000010010011100101101101011110 3f42573f424e5b3f42573f424e5b5e
UTF-8 šBWšBN[šBWšBN[^ 11000010100110100100001001010111110000101001101001000010010011100101101111000010100110100100001001010111110000101001101001000010010011100101101101011110 c29a4257c29a424e5bc29a4257c29a424e5b5e
UHC ?BW?BN[?BW?BN[^ 001111110100001001010111001111110100001001001110010110110011111101000010010101110011111101000010010011100101101101011110 3f42573f424e5b3f42573f424e5b5e

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