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 ’Jf‘½}’Jf‘½{^ 100100100100101010001111011001101001000110111101011111011001001001001010100011110110011010010001101111010111101101011110 924a8f6691bd7d924a8f6691bd7b5e
SJIS-WIN ?J?f??}?J?f??{^ 001111110100101000111111011001100011111100111111011111010011111101001010001111110110011000111111001111110111101101011110 3f4a3f663f3f7d3f4a3f663f3f7b5e
EUC-JP ?J?f??}?J?f??{^ 001111110100101000111111011001100011111100111111011111010011111101001010001111110110011000111111001111110111101101011110 3f4a3f663f3f7d3f4a3f663f3f7b5e
UTF-8 ’Jf‘½}’Jf‘½{^ 1100001010010010010010101100001010001111011001101100001010010001110000101011110101111101110000101001001001001010110000101000111101100110110000101001000111000010101111010111101101011110 c2924ac28f66c291c2bd7dc2924ac28f66c291c2bd7b5e
UHC ?J?f?½}?J?f?½{^ 0011111101001010001111110110011000111111101010001111011001111101001111110100101000111111011001100011111110101000111101100111101101011110 3f4a3f663fa8f67d3f4a3f663fa8f67b5e

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