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 â´b[â´b[^ 111000101011010001100010010110111110001010110100011000100101101101011110 e2b4625be2b4625b5e
SJIS-WIN ?´b[?´b[^ 0011111110000001010011000110001001011011001111111000000101001100011000100101101101011110 3f814c625b3f814c625b5e
EUC-JP â´b[â´b[^ 100011111010101110100100101000011010110101100010010110111000111110101011101001001010000110101101011000100101101101011110 8faba4a1ad625b8faba4a1ad625b5e
UTF-8 â´b[â´b[^ 11000011101000101100001010110100011000100101101111000011101000101100001010110100011000100101101101011110 c3a2c2b4625bc3a2c2b4625b5e
UHC ?´b[?´b[^ 0011111110100010101001010110001001011011001111111010001010100101011000100101101101011110 3fa2a5625b3fa2a5625b5e

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