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 ‰tˆ¾n}‰tˆ¾n{^ 10001001011101001000100010111110011011100111110110001001011101001000100010111110011011100111101101011110 897488be6e7d897488be6e7b5e
SJIS-WIN ?t??n}?t??n{^ 00111111011101000011111100111111011011100111110100111111011101000011111100111111011011100111101101011110 3f743f3f6e7d3f743f3f6e7b5e
EUC-JP ?t??n}?t??n{^ 00111111011101000011111100111111011011100111110100111111011101000011111100111111011011100111101101011110 3f743f3f6e7d3f743f3f6e7b5e
UTF-8 ‰tˆ¾n}‰tˆ¾n{^ 11000010100010010111010011000010100010001100001010111110011011100111110111000010100010010111010011000010100010001100001010111110011011100111101101011110 c28974c288c2be6e7dc28974c288c2be6e7b5e
UHC ?t?¾n}?t?¾n{^ 001111110111010000111111101010001111101001101110011111010011111101110100001111111010100011111010011011100111101101011110 3f743fa8fa6e7d3f743fa8fa6e7b5e

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