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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 蓖ゥ荳ケ] | 11100100111011011010100111100100101110001011100101011101 | e4eda9e4b8b95d |
EUC-JP | 蓖ゥ荳ケ] | 111010001110111110001110101010011110100010111010100011101011100101011101 | e8ef8ea9e8ba8eb95d |
UTF-8 | 蓖ゥ荳ケ] | 11101000100100111001011011101111101111011010100111101000100011011011001111101111101111011011100101011101 | e89396efbda9e88db3efbdb95d |
UHC | ??荳?] | 001111110011111111010100111001010011111101011101 | 3f3fd4e53f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)