To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?o | 0011111101101111 | 3f6f |
SJIS-WIN | 鴦o | 111010011111000101101111 | e9f16f |
EUC-JP | 鴦o | 111100101111001101101111 | f2f36f |
UTF-8 | 鴦o | 11101001101101001010011001101111 | e9b4a66f |
UHC | 鴦o | 111001001110110001101111 | e4ec6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)