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 ’B^’B^[’B^’B^[^ 100100100100001001011110100100100100001001011110010110111001001001000010010111101001001001000010010111100101101101011110 92425e92425e5b92425e92425e5b5e
SJIS-WIN ?B^?B^[?B^?B^[^ 001111110100001001011110001111110100001001011110010110110011111101000010010111100011111101000010010111100101101101011110 3f425e3f425e5b3f425e3f425e5b5e
EUC-JP ?B^?B^[?B^?B^[^ 001111110100001001011110001111110100001001011110010110110011111101000010010111100011111101000010010111100101101101011110 3f425e3f425e5b3f425e3f425e5b5e
UTF-8 ’B^’B^[’B^’B^[^ 11000010100100100100001001011110110000101001001001000010010111100101101111000010100100100100001001011110110000101001001001000010010111100101101101011110 c292425ec292425e5bc292425ec292425e5b5e
UHC ?B^?B^[?B^?B^[^ 001111110100001001011110001111110100001001011110010110110011111101000010010111100011111101000010010111100101101101011110 3f425e3f425e5b3f425e3f425e5b5e

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