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 | 001111110011111100111111111010001000110101010111 | 3f3f3fe88d57 |
EUC-JP | ???闕W | 001111110011111100111111111011111110110101010111 | 3f3f3fefed57 |
UTF-8 | 銳얇룗闕W | 11101001100010101011001111101100100101101000011111101011101000111001011111101001100101111001010101010111 | e98ab3ec9687eba397e9979557 |
UHC | 銳얇룗闕W | 111001111110010110111110111000111000111110010011110011111111010001010111 | e7e5bee38f93cff457 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)