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 ?o 0011111101101111 3f6f
SJIS-WIN 頌o 111010001111000101101111 e8f16f
EUC-JP 頌o 111100001111001101101111 f0f36f
UTF-8 頌o 11101001101000001000110001101111 e9a08c6f
UHC 頌o 111000011110101101101111 e1eb6f

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