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 ??\n}??\n{^ 0011111100111111010111000110111001111101001111110011111101011100011011100111101101011110 3f3f5c6e7d3f3f5c6e7b5e
SJIS-WIN 豁播\n}豁播\n{^ 111001101010110110010100011001000101110001101110011111011110011010101101100101000110010001011100011011100111101101011110 e6ad94645c6e7de6ad94645c6e7b5e
EUC-JP 豁播\n}豁播\n{^ 111011001010111111000111110001010101110001101110011111011110110010101111110001111100010101011100011011100111101101011110 ecafc7c55c6e7decafc7c55c6e7b5e
UTF-8 豁播\n}豁播\n{^ 11101000101100011000000111100110100100101010110101011100011011100111110111101000101100011000000111100110100100101010110101011100011011100111101101011110 e8b181e692ad5c6e7de8b181e692ad5c6e7b5e
UHC 豁播\n}豁播\n{^ 111111001100001111110111111010110101110001101110011111011111110011000011111101111110101101011100011011100111101101011110 fcc3f7eb5c6e7dfcc3f7eb5c6e7b5e

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