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 | 姚ι?姚ι?^ | 1001101101001100100000111100011100111111100110110100110010000011110001110011111101011110 | 9b4c83c73f9b4c83c73f5e |
| EUC-JP | 姚ι?姚ι?^ | 1101010110101101101001101100100100111111110101011010110110100110110010010011111101011110 | d5ada6c93fd5ada6c93f5e |
| UTF-8 | 姚ι쉑姚ι쉑^ | 1110010110100111100110101100111010111001111011001000100110010001111001011010011110011010110011101011100111101100100010011001000101011110 | e5a79aceb9ec8991e5a79aceb9ec89915e |
| UHC | 姚ι쉑姚ι쉑^ | 11101000111011101010010111101001101111011010011111101000111011101010010111101001101111011010011101011110 | e8eea5e9bda7e8eea5e9bda75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)