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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 軏情膜 | 111110111011001010001111111011101001011010001100 | fbb28fee968c |
EUC-JP | 軏情膜 | 10001111111000001101100110111110111100001100101111101100 | 8fe0d9bef0cbec |
UTF-8 | 軏情膜 | 111010001011101110001111111001101000001110000101111010001000011010011100 | e8bb8fe68385e8869c |
UHC | ?情膜 | 0011111111101111110101111101100010101111 | 3fefd7d8af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)