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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鋺エ驟我ス應 | 11100111111110101011010011101001100001011000100111100100101111011001110011100100 | e7fab4e98589e4bd9ce4 |
EUC-JP | 鋺エ驟我ス應 | 111011101111110010001110101101001111000111100101101100101110011010001110101111011101100011100110 | eefc8eb4f1e5b2e68ebdd8e6 |
UTF-8 | 鋺エ驟我ス應 | 111010011000101110111010111011111011110110110100111010011010100110011111111001101000100010010001111011111011110110111101111001101000011110001001 | e98bbaefbdb4e9a99fe68891efbdbde68789 |
UHC | ??驟我?應 | 001111110011111111110110101011101110010010110010001111111110101111101011 | 3f3ff6aee4b23febeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)