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 | 擾← | 10001111111011111000000110101001 | 8fef81a9 |
EUC-JP | 擾← | 10111110111100011010001010101011 | bef1a2ab |
UTF-8 | 擾← | 111001101001001110111110111000101000011010010000 | e693bee28690 |
UHC | 擾← | 11101000111101101010000111100111 | e8f6a1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)