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[??J[^ 001111110011111101001010010110110011111100111111010010100101101101011110 3f3f4a5b3f3f4a5b5e
SJIS-WIN \◇J[\◇J[^ 10000001010111111000000110011110010010100101101110000001010111111000000110011110010010100101101101011110 815f819e4a5b815f819e4a5b5e
EUC-JP \◇J[\◇J[^ 10100001110000001010000111111110010010100101101110100001110000001010000111111110010010100101101101011110 a1c0a1fe4a5ba1c0a1fe4a5b5e
UTF-8 \◇J[\◇J[^ 1110111110111100101111001110001010010111100001110100101001011011111011111011110010111100111000101001011110000111010010100101101101011110 efbcbce297874a5befbcbce297874a5b5e
UHC \◇J[\◇J[^ 10100001101011001010000111011110010010100101101110100001101011001010000111011110010010100101101101011110 a1aca1de4a5ba1aca1de4a5b5e

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