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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 猾獵猾獵^ | 111000001100111111100000110110001110000011001111111000001101100001011110 | e0cfe0d8e0cfe0d85e |
EUC-JP | 猾獵猾獵^ | 111000001101000111100000110110101110000011010001111000001101101001011110 | e0d1e0dae0d1e0da5e |
UTF-8 | 猾獵猾獵^ | 11100111100011001011111011100111100011011011010111100111100011001011111011100111100011011011010101011110 | e78cbee78db5e78cbee78db55e |
UHC | 猾獵猾獵^ | 111111001100001011010110101101001111110011000010110101101011010001011110 | fcc2d6b4fcc2d6b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)