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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 淼夂泪蹊 | 1111101101000101100110101110011110011111101000111110011011111100 | fb459ae79fa3e6fc |
| EUC-JP | 淼夂泪蹊 | 100011111100011111100110110101001110100111011110101001011110110011111110 | 8fc7e6d4e9dea5ecfe |
| UTF-8 | 淼夂泪蹊 | 111001101011011110111100111001011010010010000010111001101011001110101010111010001011100110001010 | e6b7bce5a482e6b3aae8b98a |
| UHC | ???蹊 | 0011111100111111001111111111101110110111 | 3f3f3ffbb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)