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 | 11100111100011001001011011100111100101111011111101001111 | e78c96e797bf4f |
| EUC-JP | 迪也料O | 11101101111011001100110011101001110011101100000101001111 | edeccce9cec14f |
| UTF-8 | 迪也料O | 11101000101111111010101011100100101110011001111111100110100101101001100101001111 | e8bfaae4b99fe696994f |
| UHC | 迪也料O | 11101110111010001110010110100101110101101111100101001111 | eee8e5a5d6f94f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)