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 | ð÷û« | 11110000111101111111101110101011 | f0f7fbab |
| SJIS-WIN | ?÷?? | 0011111110000001100000000011111100111111 | 3f81803f3f |
| EUC-JP | ð÷û? | 100011111010100111000011101000011110000010001111101010111110010100111111 | 8fa9c3a1e08fabe53f |
| UTF-8 | ð÷û« | 1100001110110000110000111011011111000011101110111100001010101011 | c3b0c3b7c3bbc2ab |
| UHC | ð÷?? | 101010011010001110100001110000000011111100111111 | a9a3a1c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)