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 | ëì«ë½¯êµ | 1110101111101100101010111110101110111101101011111110101010110101 | ebecabebbdafeab5 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ëì?ë?¯ê? | 100011111010101110110011100011111010101111000000001111111000111110101011101100110011111110001111101000101011010010001111101010111011010000111111 | 8fabb38fabc03f8fabb33f8fa2b48fabb43f |
UTF-8 | ëì«ë½¯êµ | 11000011101010111100001110101100110000101010101111000011101010111100001010111101110000101010111111000011101010101100001010110101 | c3abc3acc2abc3abc2bdc2afc3aac2b5 |
UHC | ????½??? | 001111110011111100111111001111111010100011110110001111110011111100111111 | 3f3f3f3fa8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)