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’P‘´’\’K’P^ 1001000110110100100100100101110010010010010010111001001001010000100100011011010010010010010111001001001001001011100100100101000001011110 91b4925c924b925091b4925c924b92505e
SJIS-WIN ?´?\?K?P?´?\?K?P^ 00111111100000010100110000111111010111000011111101001011001111110101000000111111100000010100110000111111010111000011111101001011001111110101000001011110 3f814c3f5c3f4b3f503f814c3f5c3f4b3f505e
EUC-JP ?´?\?K?P?´?\?K?P^ 00111111101000011010110100111111010111000011111101001011001111110101000000111111101000011010110100111111010111000011111101001011001111110101000001011110 3fa1ad3f5c3f4b3f503fa1ad3f5c3f4b3f505e
UTF-8 ‘´’\’K’P‘´’\’K’P^ 110000101001000111000010101101001100001010010010010111001100001010010010010010111100001010010010010100001100001010010001110000101011010011000010100100100101110011000010100100100100101111000010100100100101000001011110 c291c2b4c2925cc2924bc29250c291c2b4c2925cc2924bc292505e
UHC ?´?\?K?P?´?\?K?P^ 00111111101000101010010100111111010111000011111101001011001111110101000000111111101000101010010100111111010111000011111101001011001111110101000001011110 3fa2a53f5c3f4b3f503fa2a53f5c3f4b3f505e

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