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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 鉦、リセニ | 1000111111011110101001001101100011110000111011001011111011000110 | 8fdea4d8f0ecbec6 |
| EUC-JP | 鉦、リ?セニ | 1011111011100000100011101010010010001110110110000011111110001110101111101000111011000110 | bee08ea48ed83f8ebe8ec6 |
| UTF-8 | 鉦、リセニ | 111010011000100110100110111011111011110110100100111011111011111010011000111011101000001010101011111011111011110110111110111011111011111010000110 | e989a6efbda4efbe98ee82abefbdbeefbe86 |
| UHC | 鉦????? | 11101111111110100011111100111111001111110011111100111111 | effa3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)