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 | 001111110011111101010111 | 3f3f57 |
SJIS-WIN | 洙姚W | 1001111110101010100110110100110001010111 | 9faa9b4c57 |
EUC-JP | 洙姚W | 1101111010101100110101011010110101010111 | deacd5ad57 |
UTF-8 | 洙姚W | 11100110101101001001100111100101101001111001101001010111 | e6b499e5a79a57 |
UHC | 洙姚W | 1110001010101010111010001110111001010111 | e2aae8ee57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)