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 | å²çP | 11100101100000011011001011100111100101111001010001010000 | e581b2e7979450 |
SJIS-WIN | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
EUC-JP | å??ç??P | 1000111110101011101010010011111100111111100011111010101110101110001111110011111101010000 | 8faba93f3f8fabae3f3f50 |
UTF-8 | å²çP | 11000011101001011100001010000001110000101011001011000011101001111100001010010111110000101001010001010000 | c3a5c281c2b2c3a7c297c29450 |
UHC | ??²???P | 0011111100111111101010011111011100111111001111110011111101010000 | 3f3fa9f73f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)