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 | 鶉潁 | 11101010010001111001111111110001 | ea479ff1 |
EUC-JP | 鶉潁 | 11110011101010001101111011110011 | f3a8def3 |
UTF-8 | 鶉潁 | 111010011011011010001001111001101011110110000001 | e9b689e6bd81 |
UHC | ?潁 | 001111111110011110111000 | 3fe7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)