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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | ???晷\ | 00111111001111110011111110001111110000101100011101011100 | 3f3f3f8fc2c75c |
UTF-8 | 銳얘퀡晷\ | 11101001100010101011001111101100100101101001100011101101100000001010000111100110100110011011011101011100 | e98ab3ec9698ed80a1e699b75c |
UHC | 銳얘퀡晷\ | 111001111110010110111110111010101011001110010101110011111111110001011100 | e7e5beeab395cffc5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)