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 | 爾而 | 10001110101000101000111010100111 | 8ea28ea7 |
EUC-JP | 爾而 | 10111100101001001011110010101001 | bca4bca9 |
UTF-8 | 爾而 | 111001111000100010111110111010001000000010001100 | e788bee8808c |
UHC | 爾而 | 11101100101100111110110010111011 | ecb3ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)