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 | 111000001100110101010111 | e0cd57 |
SJIS-WIN | ??W | 001111110011111101010111 | 3f3f57 |
EUC-JP | àÍW | 10001111101010111010001010001111101010101011111101010111 | 8faba28faabf57 |
UTF-8 | àÍW | 1100001110100000110000111000110101010111 | c3a0c38d57 |
UHC | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)