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 | 礁黑 | 10001111110010101111110001001011 | 8fcafc4b |
EUC-JP | 礁? | 101111101100110000111111 | becc3f |
UTF-8 | 礁黑 | 111001111010010010000001111010011011101110010001 | e7a481e9bb91 |
UHC | 礁黑 | 11110101101001111111110111011001 | f5a7fdd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)