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 | 1001110101011000001111110011111101010111 | 9d583f3f57 |
EUC-JP | 拗??W | 1101100110111001001111110011111101010111 | d9b93f3f57 |
UTF-8 | 拗룸젻W | 11100110100010111001011111101011101000111011100011101100101000001011101101010111 | e68b97eba3b8eca0bb57 |
UHC | 拗룸젻W | 11101000111100111011011111101011101000001010111001010111 | e8f3b7eba0ae57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)