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 | ?鞨?毅 | 001111111110100011100000001111111000101101000010 | 3fe8e03f8b42 |
EUC-JP | 焌鞨?毅 | 1000111111001001111010001111000011100010001111111011010110100011 | 8fc9e8f0e23fb5a3 |
UTF-8 | 焌鞨쑹毅 | 111001111000010010001100111010011001111010101000111011001001000110111001111001101010111110000101 | e7848ce99ea8ec91b9e6af85 |
UHC | 焌鞨쑹毅 | 1111000111100000110010101110101010111110101010111110101111110110 | f1e0caeabeabebf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)