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 | 蠍ク讖イ蝨毅 | 11100101101101101011100011100110101010011011001011100101100111001000101101000010 | e5b6b8e6a9b2e59c8b42 |
EUC-JP | 蠍ク讖イ蝨毅 | 111010101011100010001110101110001110110010101011100011101011001011101001111111001011010110100011 | eab88eb8ecab8eb2e9fcb5a3 |
UTF-8 | 蠍ク讖イ蝨毅 | 111010001010000010001101111011111011110110111000111010001010111010010110111011111011110110110010111010001001110110101000111001101010111110000101 | e8a08defbdb8e8ae96efbdb2e89da8e6af85 |
UHC | ??讖?蝨毅 | 001111110011111111110011110110010011111111100011101001001110101111110110 | 3f3ff3d93fe3a4ebf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)