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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 愁少h | 1000111101000100100011111010110101101000 | 8f448fad68 |
EUC-JP | 愁少h | 1011110110100101101111101010111101101000 | bda5beaf68 |
UTF-8 | 愁少h | 11100110100001001000000111100101101100001001000101101000 | e68481e5b09168 |
UHC | 愁少h | 1110000111111110111000011011010001101000 | e1fee1b468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)