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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 愁線}愁線{^ | 1000111101000100100100001111110001111101100011110100010010010000111111000111101101011110 | 8f4490fc7d8f4490fc7b5e |
EUC-JP | 愁線}愁線{^ | 1011110110100101110000001111111001111101101111011010010111000000111111100111101101011110 | bda5c0fe7dbda5c0fe7b5e |
UTF-8 | 愁線}愁線{^ | 111001101000010010000001111001111011011110011010011111011110011010000100100000011110011110110111100110100111101101011110 | e68481e7b79a7de68481e7b79a7b5e |
UHC | 愁線}愁線{^ | 1110000111111110111000001100101001111101111000011111111011100000110010100111101101011110 | e1fee0ca7de1fee0ca7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)