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 | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
| SJIS-WIN | 也?????O | 1001011011100111001111110011111100111111001111110011111101001111 | 96e73f3f3f3f3f4f |
| EUC-JP | 也?????O | 1100110011101001001111110011111100111111001111110011111101001111 | cce93f3f3f3f3f4f |
| UTF-8 | 也싲젷若노젧O | 11100100101110011001111111101100100010111011001011101100101000001011011111101111101001011011010011101011100001011011100011101100101000001010011101001111 | e4b99fec8bb2eca0b7efa5b4eb85b8eca0a74f |
| UHC | 也싲젷若노젧O | 11100101101001011001101011101011101000001010101111100101101011101011001111101011101000001001111101001111 | e5a59aeba0abe5aeb3eba09f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)