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’L‘¼’H‘·’M 100100100100101110010010010011001001000110111100100100100100100010010001101101111001001001001101 924b924c91bc924891b7924d
SJIS-WIN ?K?L???H???M 001111110100101100111111010011000011111100111111001111110100100000111111001111110011111101001101 3f4b3f4c3f3f3f483f3f3f4d
EUC-JP ?K?L???H???M 001111110100101100111111010011000011111100111111001111110100100000111111001111110011111101001101 3f4b3f4c3f3f3f483f3f3f4d
UTF-8 ’K’L‘¼’H‘·’M 1100001010010010010010111100001010010010010011001100001010010001110000101011110011000010100100100100100011000010100100011100001010110111110000101001001001001101 c2924bc2924cc291c2bcc29248c291c2b7c2924d
UHC ?K?L?¼?H?·?M 0011111101001011001111110100110000111111101010001111100100111111010010000011111110100001101001000011111101001101 3f4b3f4c3fa8f93f483fa1a43f4d

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