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 ?v 0011111101110110 3f76
SJIS-WIN 蛙v 100010100101111001110110 8a5e76
EUC-JP 蛙v 101100111011111101110110 b3bf76
UTF-8 蛙v 11101000100110111001100101110110 e89b9976
UHC 蛙v 111010001100001101110110 e8c376

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