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 | ??F | 001111110011111101000110 | 3f3f46 |
| SJIS-WIN | 李履F | 1001011110011011100101111001101001000110 | 979b979a46 |
| EUC-JP | 李履F | 1100110111111011110011011111101001000110 | cdfbcdfa46 |
| UTF-8 | 李履F | 11100110100111011000111011100101101100011010010101000110 | e69d8ee5b1a546 |
| UHC | 李履F | 1101011111011101110101111101101101000110 | d7ddd7db46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)