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 | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-WIN | 嶸。巐ェW | 11111010101101001010000111111010101101101010101001010111 | fab4a1fab6aa57 |
EUC-JP | 嶸。巐ェW | 1000111110111011111101001000111010100001100011111011101111111001100011101010101001010111 | 8fbbf48ea18fbbf98eaa57 |
UTF-8 | 嶸。巐ェW | 11100101101101101011100011101111101111011010000111100101101101111001000011101111101111011010101001010111 | e5b6b8efbda1e5b790efbdaa57 |
UHC | 嶸???W | 111001111010111000111111001111110011111101010111 | e7ae3f3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)