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 | 往? | 100010011001110100111111 | 899d3f |
EUC-JP | 往? | 101100011111110100111111 | b1fd3f |
UTF-8 | 往蟬 | 111001011011111010000000111010001001111110101100 | e5be80e89fac |
UHC | 往蟬 | 11101000110110011110000011010001 | e8d9e0d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)