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 | 睥瞞睥 | 111000011100110011100001110101001110000111001100 | e1cce1d4e1cc |
EUC-JP | 睥瞞睥 | 111000101100111011100010110101101110001011001110 | e2cee2d6e2ce |
UTF-8 | 睥瞞睥 | 111001111001110110100101111001111001111010011110111001111001110110100101 | e79da5e79e9ee79da5 |
UHC | ?瞞? | 00111111110110001011111000111111 | 3fd8be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)