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 | 11100011010101011000110011100111100010101010100101010111 | e3558ce78aa957 |
EUC-JP | 絛檎勧W | 11100101101101101011100011101001101101001010101101010111 | e5b6b8e9b4ab57 |
UTF-8 | 絛檎勧W | 11100111101101011001101111100110101010101000111011100101100010111010011101010111 | e7b59be6aa8ee58ba757 |
UHC | ?檎?W | 0011111111010000110101010011111101010111 | 3fd0d53f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)