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 ûEѽ}ûEѽ{^ 1111101101000101110100011011110101111101111110110100010111010001101111010111101101011110 fb45d1bd7dfb45d1bd7b5e
SJIS-WIN ?E??}?E??{^ 0011111101000101001111110011111101111101001111110100010100111111001111110111101101011110 3f453f3f7d3f453f3f7b5e
EUC-JP ûEÑ?}ûEÑ?{^ 10001111101010111110010101000101100011111010101011010000001111110111110110001111101010111110010101000101100011111010101011010000001111110111101101011110 8fabe5458faad03f7d8fabe5458faad03f7b5e
UTF-8 ûEѽ}ûEѽ{^ 1100001110111011010001011100001110010001110000101011110101111101110000111011101101000101110000111001000111000010101111010111101101011110 c3bb45c391c2bd7dc3bb45c391c2bd7b5e
UHC ?E?½}?E?½{^ 00111111010001010011111110101000111101100111110100111111010001010011111110101000111101100111101101011110 3f453fa8f67d3f453fa8f67b5e

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