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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 消ヘ璟F | 1000111111000001111101001010011011001101111110110110110101000110 | 8fc1f4a6cdfb6d46 |
EUC-JP | 消?ヘ璟F | 101111101100001100111111100011101100110110001111110011001101100101000110 | bec33f8ecd8fccd946 |
UTF-8 | 消ヘ璟F | 11100110101101101000100011101110100011011001010111101111101111101000110111100111100100101001111101000110 | e6b688ee8d95efbe8de7929f46 |
UHC | 消??璟F | 11100001101111000011111100111111110011001101111101000110 | e1bc3f3fccdf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)