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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 抦峰 | 11111010110010001001010111110100 | fac895f4 |
EUC-JP | 抦峰 | 1000111110111111110010011100101011110110 | 8fbfc9caf6 |
UTF-8 | 抦峰 | 111001101000101010100110111001011011001110110000 | e68aa6e5b3b0 |
UHC | ?峰 | 001111111101110011101000 | 3fdce8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)