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 ’BY’CS}’BY’CS{^ 100100100100001001011001100100100100001101010011011111011001001001000010010110011001001001000011010100110111101101011110 9242599243537d9242599243537b5e
SJIS-WIN ?BY?CS}?BY?CS{^ 001111110100001001011001001111110100001101010011011111010011111101000010010110010011111101000011010100110111101101011110 3f42593f43537d3f42593f43537b5e
EUC-JP ?BY?CS}?BY?CS{^ 001111110100001001011001001111110100001101010011011111010011111101000010010110010011111101000011010100110111101101011110 3f42593f43537d3f42593f43537b5e
UTF-8 ’BY’CS}’BY’CS{^ 11000010100100100100001001011001110000101001001001000011010100110111110111000010100100100100001001011001110000101001001001000011010100110111101101011110 c2924259c29243537dc2924259c29243537b5e
UHC ?BY?CS}?BY?CS{^ 001111110100001001011001001111110100001101010011011111010011111101000010010110010011111101000011010100110111101101011110 3f42593f43537d3f42593f43537b5e

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