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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | 雙?v | 10011001110101000011111101110110 | 99d43f76 |
EUC-JP | 雙?v | 11010010110101100011111101110110 | d2d63f76 |
UTF-8 | 雙巢v | 11101001100110111001100111100101101101111010001001110110 | e99b99e5b7a276 |
UHC | 雙巢v | 1110010010101010111000011011010101110110 | e4aae1b576 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)