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 | 迪某 | 11100111100011001001011001011110 | e78c965e |
EUC-JP | 迪某 | 11101101111011001100101110111111 | edeccbbf |
UTF-8 | 迪某 | 111010001011111110101010111001101001111110010000 | e8bfaae69f90 |
UHC | 迪某 | 11101110111010001101100110111011 | eee8d9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)