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 | ????O | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
| SJIS-WIN | ヨヲモキO | 1101011010100110110100111011011101001111 | d6a6d3b74f |
| EUC-JP | ヨヲモキO | 100011101101011010001110101001101000111011010011100011101011011101001111 | 8ed68ea68ed38eb74f |
| UTF-8 | ヨヲモキO | 11101111101111101001011011101111101111011010011011101111101111101001001111101111101111011011011101001111 | efbe96efbda6efbe93efbdb74f |
| UHC | ????O | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)