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 | ?w | 0011111101110111 | 3f77 |
SJIS-WIN | 顎w | 100010100111101101110111 | 8a7b77 |
EUC-JP | 顎w | 101100111101110001110111 | b3dc77 |
UTF-8 | 顎w | 11101001101000011000111001110111 | e9a18e77 |
UHC | 顎w | 111001001100100101110111 | e4c977 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)