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 | 1110101001000111111001110101011101110111 | ea47e75777 |
EUC-JP | 鶉躙w | 1111001110101000111011011011100001110111 | f3a8edb877 |
UTF-8 | 鶉躙w | 11101001101101101000100111101000101110101001100101110111 | e9b689e8ba9977 |
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)