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 | ?曁辷 | 0011111110011101111110001110011110001000 | 3f9df8e788 |
EUC-JP | 璇曁辷 | 10001111110011001100111111011010111110101110110111101000 | 8fcccfdafaede8 |
UTF-8 | 璇曁辷 | 111001111001001010000111111001101001101110000001111010001011111010110111 | e79287e69b81e8beb7 |
UHC | 璇?? | 11100000110001100011111100111111 | e0c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)