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 | ÞÒöÀA | 1101111011010010111101101100000001000001 | ded2f6c041 |
| SJIS-WIN | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
| EUC-JP | ÞÒöÀA | 10001111101010011011000010001111101010101101001010001111101010111101001110001111101010101010001001000001 | 8fa9b08faad28fabd38faaa241 |
| UTF-8 | ÞÒöÀA | 110000111001111011000011100100101100001110110110110000111000000001000001 | c39ec392c3b6c38041 |
| UHC | Þ???A | 101010001010110100111111001111110011111101000001 | a8ad3f3f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)