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 | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-WIN | 爭?W | 11100000101001010011111101010111 | e0a53f57 |
EUC-JP | 爭?W | 11100000101001110011111101010111 | e0a73f57 |
UTF-8 | 爭렦W | 11100111100010001010110111101011101000001010011001010111 | e788adeba0a657 |
UHC | 爭렦W | 1110111010110011100011101011010101010111 | eeb38eb557 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)