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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雎∵焔碪ウ | 111010001011000110000001111001101000100110001011111000011111001010110011 | e8b181e6898be1f2b3 |
EUC-JP | 雎∵焔碪ウ | 11110000101100111010001011101000101100011110101111100010111101001000111010110011 | f0b3a2e8b1ebe2f48eb3 |
UTF-8 | 雎∵焔碪ウ | 111010011001101110001110111000101000100010110101111001111000010010010100111001111010001010101010111011111011110110110011 | e99b8ee288b5e78494e7a2aaefbdb3 |
UHC | 雎∵??? | 11101110110100011010000111110001001111110011111100111111 | eed1a1f13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)