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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 消^ | 1000111111000001111100101111101101011110 | 8fc1f2fb5e |
EUC-JP | 消?^ | 10111110110000110011111101011110 | bec33f5e |
UTF-8 | 消^ | 11100110101101101000100011101110100010001011001001011110 | e6b688ee88b25e |
UHC | 消?^ | 11100001101111000011111101011110 | e1bc3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)