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’B‘®’@K’B‘®^ 100100100100000001001011100100100100001010010001101011101001001001000000010010111001001001000010100100011010111001011110 92404b924291ae92404b924291ae5e
SJIS-WIN ?@K?B???@K?B??^ 001111110100000001001011001111110100001000111111001111110011111101000000010010110011111101000010001111110011111101011110 3f404b3f423f3f3f404b3f423f3f5e
EUC-JP ?@K?B?®?@K?B?®^ 00111111010000000100101100111111010000100011111110001111101000101110111000111111010000000100101100111111010000100011111110001111101000101110111001011110 3f404b3f423f8fa2ee3f404b3f423f8fa2ee5e
UTF-8 ’@K’B‘®’@K’B‘®^ 1100001010010010010000000100101111000010100100100100001011000010100100011100001010101110110000101001001001000000010010111100001010010010010000101100001010010001110000101010111001011110 c292404bc29242c291c2aec292404bc29242c291c2ae5e
UHC ?@K?B?®?@K?B?®^ 0011111101000000010010110011111101000010001111111010001011100111001111110100000001001011001111110100001000111111101000101110011101011110 3f404b3f423fa2e73f404b3f423fa2e75e

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