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 ?^?K?^?K^ 001111110101111000111111010010110011111101011110001111110100101101011110 3f5e3f4b3f5e3f4b5e
SJIS-WIN 鯀^鯀K鯀^鯀K^ 11101001101111110101111011101001101111110100101111101001101111110101111011101001101111110100101101011110 e9bf5ee9bf4be9bf5ee9bf4b5e
EUC-JP 鯀^鯀K鯀^鯀K^ 11110010110000010101111011110010110000010100101111110010110000010101111011110010110000010100101101011110 f2c15ef2c14bf2c15ef2c14b5e
UTF-8 鯀^鯀K鯀^鯀K^ 1110100110101111100000000101111011101001101011111000000001001011111010011010111110000000010111101110100110101111100000000100101101011110 e9af805ee9af804be9af805ee9af804b5e
UHC ?^?K?^?K^ 001111110101111000111111010010110011111101011110001111110100101101011110 3f5e3f4b3f5e3f4b5e

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