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 | 愁愁^ | 1000111101000100100011110100010001011110 | 8f448f445e |
EUC-JP | 愁愁^ | 1011110110100101101111011010010101011110 | bda5bda55e |
UTF-8 | 愁愁^ | 11100110100001001000000111100110100001001000000101011110 | e68481e684815e |
UHC | 愁愁^ | 1110000111111110111000011111111001011110 | e1fee1fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)