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 | 輦珱 | 11100111011100101110000011111100 | e772e0fc |
EUC-JP | 輦珱 | 11101101110100111110000011111110 | edd3e0fe |
UTF-8 | 輦珱 | 111010001011110010100110111001111000111110110001 | e8bca6e78fb1 |
UHC | 輦? | 110101101010011000111111 | d6a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)