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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 鶉躡樂湫鮃 | 11101010010001111110011101011001100111101101100110011111110101011110100110110111 | ea47e7599ed99fd5e9b7 |
| EUC-JP | 鶉躡樂湫鮃 | 11110011101010001110110110111010110111001101101111011110110101111111001010111001 | f3a8edbadcdbded7f2b9 |
| UTF-8 | 鶉躡樂湫鮃 | 111010011011011010001001111010001011101010100001111001101010100010000010111001101011100110101011111010011010111010000011 | e9b689e8baa1e6a882e6b9abe9ae83 |
| UHC | ??樂湫? | 00111111001111111110010011000101111101011101001100111111 | 3f3fe4c5f5d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)