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 100100100110111101101111 926f6f
EUC-JP 弛o 110000111101000001101111 c3d06f
UTF-8 弛o 11100101101111001001101101101111 e5bc9b6f
UHC 弛o 111011001010110001101111 ecac6f

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