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 | 蟲③ | 11100101101100111000011101000010 | e5b38742 |
EUC-JP | 蟲? | 111010101011010100111111 | eab53f |
UTF-8 | 蟲③ | 111010001001111110110010111000101001000110100010 | e89fb2e291a2 |
UHC | 蟲③ | 11110101111110011010100011101001 | f5f9a8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)