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 | 11101000111111101011100011100111100101111001010001010000 | e8feb8e7979450 |
SJIS-WIN | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
EUC-JP | èþ¸ç??P | 100011111010101110110010100011111010100111010000100011111010001010110001100011111010101110101110001111110011111101010000 | 8fabb28fa9d08fa2b18fabae3f3f50 |
UTF-8 | èþ¸çP | 11000011101010001100001110111110110000101011100011000011101001111100001010010111110000101001010001010000 | c3a8c3bec2b8c3a7c297c29450 |
UHC | ?þ¸???P | 001111111010100110101101101000101010110000111111001111110011111101010000 | 3fa9ada2ac3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)