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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 日獵日 | 100100111111101011100000110110001001001111111010 | 93fae0d893fa |
EUC-JP | 日獵日 | 110001101111110011100000110110101100011011111100 | c6fce0dac6fc |
UTF-8 | 日獵日 | 111001101001011110100101111001111000110110110101111001101001011110100101 | e697a5e78db5e697a5 |
UHC | 日獵日 | 111011001110110111010110101101001110110011101101 | ecedd6b4eced |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)