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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 消\ | 1000111111000001111100101111101101011100 | 8fc1f2fb5c |
EUC-JP | 消?\ | 10111110110000110011111101011100 | bec33f5c |
UTF-8 | 消\ | 11100110101101101000100011101110100010001011001001011100 | e6b688ee88b25c |
UHC | 消?\ | 11100001101111000011111101011100 | e1bc3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)