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{^ 111000001011101111100010111010100101110001101110011111011110000010111011111000101110101001011100011011100111101101011110 e0bbe2ea5c6e7de0bbe2ea5c6e7b5e
EUC-JP 狃粲\n}狃粲\n{^ 111000001011110111100100111011000101110001101110011111011110000010111101111001001110110001011100011011100111101101011110 e0bde4ec5c6e7de0bde4ec5c6e7b5e
UTF-8 狃粲\n}狃粲\n{^ 11100111100010111000001111100111101100101011001001011100011011100111110111100111100010111000001111100111101100101011001001011100011011100111101101011110 e78b83e7b2b25c6e7de78b83e7b2b25c6e7b5e
UHC ?粲\n}?粲\n{^ 00111111111100111100010001011100011011100111110100111111111100111100010001011100011011100111101101011110 3ff3c45c6e7d3ff3c45c6e7b5e

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