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 | 豫?〕 | 1001100010101100001111111000000101101100 | 98ac3f816c |
EUC-JP | 豫?〕 | 1101000010101110001111111010000111001101 | d0ae3fa1cd |
UTF-8 | 豫뗫〕 | 111010001011000110101011111010111001011110101011111000111000000010010101 | e8b1abeb97abe38095 |
UHC | 豫뗫〕 | 111001111110001110001011111010111010000110110011 | e7e38beba1b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)