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 | 10001111100101010011111111100000101011010011111101001111 | 8f953fe0ad3f4f |
| EUC-JP | 助?牆?O | 10111101111101010011111111100000101011110011111101001111 | bdf53fe0af3f4f |
| UTF-8 | 助렑牆렭O | 11100101100010101010100111101011101000001001000111100111100010011000011011101011101000001010110101001111 | e58aa9eba091e78986eba0ad4f |
| UHC | 助렑牆렭O | 111100001011111010001110101001101110110111101101100011101011101001001111 | f0be8ea6eded8eba4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)