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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蠍エ隴ス蟾千 | 11100101101101101011010011101000101011011011110111100101101101111001000011100111 | e5b6b4e8adbde5b790e7 |
EUC-JP | 蠍エ隴ス蟾千 | 111010101011100010001110101101001111000010101111100011101011110111101010101110011100000011101001 | eab88eb4f0af8ebdeab9c0e9 |
UTF-8 | 蠍エ隴ス蟾千 | 111010001010000010001101111011111011110110110100111010011001101010110100111011111011110110111101111010001001111110111110111001011000110110000011 | e8a08defbdb4e99ab4efbdbde89fbee58d83 |
UHC | ????蟾千 | 0011111100111111001111110011111111100000111010101111010010110110 | 3f3f3f3fe0eaf4b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)