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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 畯頃??\ | 11111011011011111000110110100000001111110011111101011100 | fb6f8da03f3f5c |
EUC-JP | 畯頃??\ | 1000111111001101101110111011101010100010001111110011111101011100 | 8fcdbbbaa23f3f5c |
UTF-8 | 畯頃렰렑\ | 11100111100101011010111111101001101000001000001111101011101000001011000011101011101000001001000101011100 | e795afe9a083eba0b0eba0915c |
UHC | 畯頃렰렑\ | 111100011110000111001100111100011000111010111101100011101010011001011100 | f1e1ccf18ebd8ea65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)