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 | ÙÈåí® | 110110011100100011100101101011011110110110101110 | d9c8e5adedae |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ÙÈå?í® | 10001111101010101110001110001111101010101011001010001111101010111010100100111111100011111010101110111111100011111010001011101110 | 8faae38faab28faba93f8fabbf8fa2ee |
UTF-8 | ÙÈåí® | 110000111001100111000011100010001100001110100101110000101010110111000011101011011100001010101110 | c399c388c3a5c2adc3adc2ae |
UHC | ????® | 0011111100111111001111111010000110101001001111111010001011100111 | 3f3f3fa1a93fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)