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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | ??贓?F | 001111110011111111100110110110010011111101000110 | 3f3fe6d93f46 |
EUC-JP | ??贓?F | 001111110011111111101100110110110011111101000110 | 3f3fecdb3f46 |
UTF-8 | 稶렚贓렔F | 11100111101010001011011011101011101000001001101011101000101101001001001111101011101000001001010001000110 | e7a8b6eba09ae8b493eba09446 |
UHC | 稶렚贓렔F | 111010011111001110001110101011011110110111111100100011101010100101000110 | e9f38eadedfc8ea946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)