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 ©¬©­©¬©­^ 101010011010110010101001101011011010100110101100101010011010110101011110 a9aca9ada9aca9ad5e
SJIS-WIN ?¬???¬??^ 0011111110000001110010100011111100111111001111111000000111001010001111110011111101011110 3f81ca3f3f3f81ca3f3f5e
EUC-JP ©¬©?©¬©?^ 10001111101000101110110110100010110011001000111110100010111011010011111110001111101000101110110110100010110011001000111110100010111011010011111101011110 8fa2eda2cc8fa2ed3f8fa2eda2cc8fa2ed3f5e
UTF-8 ©¬©­©¬©­^ 1100001010101001110000101010110011000010101010011100001010101101110000101010100111000010101011001100001010101001110000101010110101011110 c2a9c2acc2a9c2adc2a9c2acc2a9c2ad5e
UHC ???­???­^ 0011111100111111001111111010000110101001001111110011111100111111101000011010100101011110 3f3f3fa1a93f3f3fa1a95e

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