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 | 而霄・」 | 1111000111101001100011101010011111101000101110101010010110100011 | f1e98ea7e8baa5a3 |
EUC-JP | ?而霄・」 | 001111111011110010101001111100001011110010001110101001011000111010100011 | 3fbca9f0bc8ea58ea3 |
UTF-8 | 而霄・」 | 111011101000010110100100111010001000000010001100111010011001110010000100111011111011110110100101111011111011110110100011 | ee85a4e8808ce99c84efbda5efbda3 |
UHC | ?而??? | 001111111110110010111011001111110011111100111111 | 3fecbb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)