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 | 逍撹 | 11100111100101101000101001101000 | e7968a68 |
EUC-JP | 逍撹 | 11101101111101101011001111001001 | edf6b3c9 |
UTF-8 | 逍撹 | 111010011000000010001101111001101001001010111001 | e9808de692b9 |
UHC | 逍? | 111000011100111000111111 | e1ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)