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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞨簿煤粤 | 1110100011100000100101011110101110010100100000011110001011100011 | e8e095eb9481e2e3 |
EUC-JP | 鞨簿煤粤 | 1111000011100010110010101110110111000111111000011110010011100101 | f0e2caedc7e1e4e5 |
UTF-8 | 鞨簿煤粤 | 111010011001111010101000111001111011000010111111111001111000010110100100111001111011001010100100 | e99ea8e7b0bfe785a4e7b2a4 |
UHC | 鞨簿煤? | 11001010111010101101110110101101110110001110000000111111 | caeaddadd8e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)