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 | 1100001010111000110111101101100001010000 | c2b8ded850 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | ¸ÞØP | 10001111101010101010010010001111101000101011000110001111101010011011000010001111101010011010110001010000 | 8faaa48fa2b18fa9b08fa9ac50 |
UTF-8 | ¸ÞØP | 110000111000001011000010101110001100001110011110110000111001100001010000 | c382c2b8c39ec39850 |
UHC | ?¸ÞØP | 0011111110100010101011001010100010101101101010001010101001010000 | 3fa2aca8ada8aa50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)