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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?曜 | 001111111001011101101010 | 3f976a |
EUC-JP | 搔曜 | 1000111111000000110010111100110111001011 | 8fc0cbcdcb |
UTF-8 | 搔曜 | 111001101001000010010100111001101001101110011100 | e69094e69b9c |
UHC | 搔曜 | 11100001101110001110100011111000 | e1b8e8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)