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 | 愁? | 100011110100010000111111 | 8f443f |
EUC-JP | 愁涑 | 1011110110100101100011111100011111001000 | bda58fc7c8 |
UTF-8 | 愁涑 | 111001101000010010000001111001101011011010010001 | e68481e6b691 |
UHC | 愁涑 | 11100001111111101110000111010111 | e1fee1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)