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 | Þè÷ | 10001110110111101110100011110111 | 8edee8f7 |
| SJIS-WIN | ???÷ | 0011111100111111001111111000000110000000 | 3f3f3f8180 |
| EUC-JP | ?Þè÷ | 001111111000111110101001101100001000111110101011101100101010000111100000 | 3f8fa9b08fabb2a1e0 |
| UTF-8 | Þè÷ | 1100001010001110110000111001111011000011101010001100001110110111 | c28ec39ec3a8c3b7 |
| UHC | ?Þ?÷ | 001111111010100010101101001111111010000111000000 | 3fa8ad3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)