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 | 鋕イ謐貂、骰 | 11111011110101001011001011100110100011011110011010111000101001001110100110001101 | fbd4b2e68de6b8a4e98d |
EUC-JP | 鋕イ謐貂、骰 | 10001111111001001100000010001110101100101110101111101101111011001011101010001110101001001111000111101101 | 8fe4c08eb2ebedecba8ea4f1ed |
UTF-8 | 鋕イ謐貂、骰 | 111010011000101110010101111011111011110110110010111010001010110010010000111010001011001010000010111011111011110110100100111010011010101010110000 | e98b95efbdb2e8ac90e8b282efbda4e9aab0 |
UHC | ??謐貂?? | 0011111100111111110110101100110111110101101100000011111100111111 | 3f3fdacdf5b03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)