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 | 鞐守・会ス | 1110100011011110100011101110011110100101100010011110111110111101 | e8de8ee7a589efbd |
EUC-JP | 鞐守・会ス | 11110000111000001011110011101001100011101010010110110010111100011000111010111101 | f0e0bce98ea5b2f18ebd |
UTF-8 | 鞐守・会ス | 111010011001111010010000111001011010111010001000111011111011110110100101111001001011110010011010111011111011110110111101 | e99e90e5ae88efbda5e4bc9aefbdbd |
UHC | ?守??? | 001111111110000111111010001111110011111100111111 | 3fe1fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)