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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | 贓?只?莊?^ | 11100110110110010011111110010001111111000011111111100100101101010011111101011110 | e6d93f91fc3fe4b53f5e |
| EUC-JP | 贓?只?莊?^ | 11101100110110110011111111000010111111100011111111101000101101110011111101011110 | ecdb3fc2fe3fe8b73f5e |
| UTF-8 | 贓렔只렑莊렯^ | 11101000101101001001001111101011101000001001010011100101100011111010101011101011101000001001000111101000100011101000101011101011101000001010111101011110 | e8b493eba094e58faaeba091e88e8aeba0af5e |
| UHC | 贓렔只렑莊렯^ | 11101101111111001000111010101001111100011111111010001110101001101110110111110110100011101011110001011110 | edfc8ea9f1fe8ea6edf68ebc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)