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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 籖獵鬻@h | 1110001011011101111000001101100011100010111101100100000001101000 | e2dde0d8e2f64068 |
EUC-JP | 籖獵鬻@h | 1110010011011111111000001101101011100100111110000100000001101000 | e4dfe0dae4f84068 |
UTF-8 | 籖獵鬻@h | 1110011110110001100101101110011110001101101101011110100110101100101110110100000001101000 | e7b196e78db5e9acbb4068 |
UHC | ?獵?@h | 001111111101011010110100001111110100000001101000 | 3fd6b43f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)