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 | âÈ | 111000101100100010001110 | e2c88e |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | âÈ? | 10001111101010111010010010001111101010101011001000111111 | 8faba48faab23f |
UTF-8 | âÈ | 110000111010001011000011100010001100001010001110 | c3a2c388c28e |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)