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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顆句クキ蠎 | 1110100011110111100010111110010110111000101101111110010110111010 | e8f78be5b8b7e5ba |
EUC-JP | 顆句クキ蠎 | 11110000111110011011011011100111100011101011100010001110101101111110101010111100 | f0f9b6e78eb88eb7eabc |
UTF-8 | 顆句クキ蠎 | 111010011010000110000110111001011000111110100101111011111011110110111000111011111011110110110111111010001010000010001110 | e9a186e58fa5efbdb8efbdb7e8a08e |
UHC | 顆句??? | 11001110101010001100111110100011001111110011111100111111 | cea8cfa33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)