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 | 111000111101010001101111 | e3d46f |
EUC-JP | 耿o | 111001101101011001101111 | e6d66f |
UTF-8 | 耿o | 11101000100000001011111101101111 | e880bf6f |
UHC | 耿o | 110011001110101001101111 | ccea6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)