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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 晛?晛 | 10001111110000101011101100111111100011111100001010111011 | 8fc2bb3f8fc2bb |
UTF-8 | 晛뗼晛 | 111001101001100110011011111010111001011110111100111001101001100110011011 | e6999beb97bce6999b |
UHC | 晛뗼晛 | 111110101101100110001011111110111111101011011001 | fad98bfbfad9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)