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 | ???峰?啼 | 0011111100111111001111111001010111110100001111111001101001100101 | 3f3f3f95f43f9a65 |
EUC-JP | 焌??峰?啼 | 10001111110010011110100000111111001111111100101011110110001111111101001111000110 | 8fc9e83f3fcaf63fd3c6 |
UTF-8 | 焌쇨렔峰쐽啼 | 111001111000010010001100111011001000011110101000111010111010000010010100111001011011001110110000111011001001000010111101111001011001010110111100 | e7848cec87a8eba094e5b3b0ec90bde595bc |
UHC | 焌쇨렔峰쐽啼 | 111100011110000010111100111010101000111010101001110111001110100010111110101000111111000010100110 | f1e0bcea8ea9dce8bea3f0a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)