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 | ?悴 | 001111111001110010101010 | 3f9caa |
EUC-JP | 彛悴 | 1000111110111100111110101101100010101100 | 8fbcfad8ac |
UTF-8 | 彛悴 | 111001011011110110011011111001101000001010110100 | e5bd9be682b4 |
UHC | 彛悴 | 11101100101011011111010111111100 | ecadf5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)