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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 豸壱銅\ | 11100110101101101000100011101011100100111011101001011100 | e6b688eb93ba5c |
EUC-JP | 豸壱銅\ | 11101100101110001011000011101101110001101011110001011100 | ecb8b0edc6bc5c |
UTF-8 | 豸壱銅\ | 11101000101100011011100011100101101000111011000111101001100010101000010101011100 | e8b1b8e5a3b1e98a855c |
UHC | ??銅\ | 0011111100111111110101001101111001011100 | 3f3fd4de5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)