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 | ???g\ | 0011111100111111001111110110011101011100 | 3f3f3f675c |
SJIS-WIN | 趙孟∈g\ | 1110011011100010100101101101000010000001101110000110011101011100 | e6e296d081b8675c |
EUC-JP | 趙孟∈g\ | 1110110011100100110011001101001010100010101110100110011101011100 | ece4ccd2a2ba675c |
UTF-8 | 趙孟∈g\ | 1110100010110110100110011110010110101101100111111110001010001000100010000110011101011100 | e8b699e5ad9fe28888675c |
UHC | 趙孟∈g\ | 1111000011100001110110001110101110100001111101000110011101011100 | f0e1d8eba1f4675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)