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 | 顆句クキ粨 | 1110100011110111100010111110010110111000101101111110001011101000 | e8f78be5b8b7e2e8 |
EUC-JP | 顆句クキ粨 | 11110000111110011011011011100111100011101011100010001110101101111110010011101010 | f0f9b6e78eb88eb7e4ea |
UTF-8 | 顆句クキ粨 | 111010011010000110000110111001011000111110100101111011111011110110111000111011111011110110110111111001111011001010101000 | e9a186e58fa5efbdb8efbdb7e7b2a8 |
UHC | 顆句??? | 11001110101010001100111110100011001111110011111100111111 | cea8cfa33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)