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 | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | 曜??W | 1001011101101010001111110011111101010111 | 976a3f3f57 |
EUC-JP | 曜??W | 1100110111001011001111110011111101010111 | cdcb3f3f57 |
UTF-8 | 曜쒕젣W | 11100110100110111001110011101100100100101001010111101100101000001010001101010111 | e69b9cec9295eca0a357 |
UHC | 曜쒕젣W | 11101000111110001001110011101011101000001001110001010111 | e8f89ceba09c57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)