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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 磋鴣\ | 1110000111110110111010011111001101011100 | e1f6e9f35c |
EUC-JP | 磋鴣\ | 1110001011111000111100101111010101011100 | e2f8f2f55c |
UTF-8 | 磋鴣\ | 11100111101000111000101111101001101101001010001101011100 | e7a38be9b4a35c |
UHC | 磋?\ | 11110011101011110011111101011100 | f3af3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)