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 ?E 0011111101000101 3f45
SJIS-WIN 漱E 100111111111100101000101 9ff945
EUC-JP 漱E 110111101111101101000101 defb45
UTF-8 漱E 11100110101111001011000101000101 e6bcb145
UHC 漱E 111000101010101101000101 e2ab45

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