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 | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | 迪也宍O | 11100111100011001001011011100111100011101011001101001111 | e78c96e78eb34f |
| EUC-JP | 迪也宍O | 11101101111011001100110011101001101111001011010101001111 | edeccce9bcb54f |
| UTF-8 | 迪也宍O | 11101000101111111010101011100100101110011001111111100101101011101000110101001111 | e8bfaae4b99fe5ae8d4f |
| UHC | 迪也?O | 111011101110100011100101101001010011111101001111 | eee8e5a53f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)