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 | 0011111100111111100011011110110101010111 | 3f3f8ded57 |
EUC-JP | ??削W | 0011111100111111101110101110111101010111 | 3f3fbaef57 |
UTF-8 | 룴점削W | 11101011101000111011010011101100101000001001000011100101100010011000101001010111 | eba3b4eca090e5898a57 |
UHC | 룴점削W | 10001111101010011100000110100001110111101111101101010111 | 8fa9c1a1defb57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)