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 | 1110001110101011111010011110111001010111 | e3abe9ee57 |
EUC-JP | 罩鴃W | 1110011010101101111100101111000001010111 | e6adf2f057 |
UTF-8 | 罩鴃W | 11100111101111011010100111101001101101001000001101010111 | e7bda9e9b48357 |
UHC | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)