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 | 鶉潁躊 | 111010100100011110011111111100011110011101010011 | ea479ff1e753 |
EUC-JP | 鶉潁躊 | 111100111010100011011110111100111110110110110100 | f3a8def3edb4 |
UTF-8 | 鶉潁躊 | 111010011011011010001001111001101011110110000001111010001011101010001010 | e9b689e6bd81e8ba8a |
UHC | ?潁躊 | 0011111111100111101110001111000111001100 | 3fe7b8f1cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)