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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 驪唯 | 11101001100010111001011101000010 | e98b9742 |
EUC-JP | 驪唯 | 11110001111010111100110110100011 | f1ebcda3 |
UTF-8 | 驪唯 | 111010011010100110101010111001011001010010101111 | e9a9aae594af |
UHC | 驪唯 | 11010101111100011110101011100110 | d5f1eae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)