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 | ð¹¸ûijO^ | 1111000010111001101110001111101111000100101100110100111101011110 | f0b9b8fbc4b34f5e |
| SJIS-WIN | ??????O^ | 0011111100111111001111110011111100111111001111110100111101011110 | 3f3f3f3f3f3f4f5e |
| EUC-JP | ð?¸ûÄ?O^ | 10001111101010011100001100111111100011111010001010110001100011111010101111100101100011111010101010100011001111110100111101011110 | 8fa9c33f8fa2b18fabe58faaa33f4f5e |
| UTF-8 | ð¹¸ûijO^ | 1100001110110000110000101011100111000010101110001100001110111011110000111000010011000010101100110100111101011110 | c3b0c2b9c2b8c3bbc384c2b34f5e |
| UHC | ð¹¸??³O^ | 101010011010001110101001111101101010001010101100001111110011111110101001111110000100111101011110 | a9a3a9f6a2ac3f3fa9f84f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)