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 | 100111111111011110001101011010110011111101001111 | 9ff78d6b3f4f |
| EUC-JP | 漿耕?O | 110111101111100110111001110011000011111101001111 | def9b9cc3f4f |
| UTF-8 | 漿耕섧O | 11100110101111001011111111101000100000001001010111101100100001001010011101001111 | e6bcbfe88095ec84a74f |
| UHC | 漿耕섧O | 11101101111011001100110011101001101111001011010101001111 | edeccce9bcb54f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)