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 | èê³ê¹¼ | 111010001001100110011110111010101011001110000001111010101011100110111100 | e8999eeab381eab9bc |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | è??ê??ê?? | 100011111010101110110010001111110011111110001111101010111011010000111111001111111000111110101011101101000011111100111111 | 8fabb23f3f8fabb43f3f8fabb43f3f |
UTF-8 | èê³ê¹¼ | 110000111010100011000010100110011100001010011110110000111010101011000010101100111100001010000001110000111010101011000010101110011100001010111100 | c3a8c299c29ec3aac2b3c281c3aac2b9c2bc |
UHC | ????³??¹¼ | 001111110011111100111111001111111010100111111000001111110011111110101001111101101010100011111001 | 3f3f3f3fa9f83f3fa9f6a8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)