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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | ミ眸゙H | 1101000011100001110001101101111001001000 | d0e1c6de48 |
EUC-JP | ミ眸゙H | 10001110110100001110001011001000100011101101111001001000 | 8ed0e2c88ede48 |
UTF-8 | ミ眸゙H | 11101111101111101001000011100111100111001011100011101111101111101001111001001000 | efbe90e79cb8efbe9e48 |
UHC | ?眸?H | 0011111111011001110000100011111101001000 | 3fd9c23f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)