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 | 001111110011111101110111 | 3f3f77 |
SJIS-WIN | 昤w | 1111001110101000111110101101010001110111 | f3a8fad477 |
EUC-JP | ?昤w | 0011111110001111110000101010010101110111 | 3f8fc2a577 |
UTF-8 | 昤w | 11101110100010101001101111100110100110001010010001110111 | ee8a9be698a477 |
UHC | ??w | 001111110011111101110111 | 3f3f77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)