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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 偃???? | 100110001110111000111111001111110011111100111111 | 98ee3f3f3f3f |
EUC-JP | 偃??沅? | 1101000011110000001111110011111110001111110001101110100100111111 | d0f03f3f8fc6e93f |
UTF-8 | 偃뗪턁沅뽩 | 111001011000000110000011111010111001011110101010111011011000010010000001111001101011001010000101111010111011110110101001 | e58183eb97aaed8481e6b285ebbda9 |
UHC | 偃뗪턁沅뽩 | 11100101111001111000101111101010101101011001110111101010101101101001011011100101 | e5e78beab59deab696e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)