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{^ 001111110011111101101110011111010011111100111111011011100111101101011110 3f3f6e7d3f3f6e7b5e
SJIS-WIN ?♪n}?♪n{^ 0011111110000001111101000110111001111101001111111000000111110100011011100111101101011110 3f81f46e7d3f81f46e7b5e
EUC-JP ?♪n}?♪n{^ 0011111110100010111101100110111001111101001111111010001011110110011011100111101101011110 3fa2f66e7d3fa2f66e7b5e
UTF-8 앤♪n}앤♪n{^ 1110110010010101101001001110001010011001101010100110111001111101111011001001010110100100111000101001100110101010011011100111101101011110 ec95a4e299aa6e7dec95a4e299aa6e7b5e
UHC 앤♪n}앤♪n{^ 10111110110110001010001011011100011011100111110110111110110110001010001011011100011011100111101101011110 bed8a2dc6e7dbed8a2dc6e7b5e

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