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 | 蔟桁げ郤緒蒐 | 111001001111010110001100100001011000001010110000111001111011101010001111100011111000111101001110 | e4f58c8582b0e7ba8f8f8f4e |
| EUC-JP | 蔟桁げ郤緒蒐 | 111010001111011110110111111001011010010010110010111011101011110010111101111011111011110110101111 | e8f7b7e5a4b2eebcbdefbdaf |
| UTF-8 | 蔟桁げ郤緒蒐 | 111010001001010010011111111001101010000110000001111000111000000110010010111010011000001110100100111001111011011110010010111010001001001010010000 | e8949fe6a181e38192e983a4e7b792e89290 |
| UHC | ?桁げ??蒐 | 001111111111100111111001101010101011001000111111001111111110001010111101 | 3ff9f9aab23f3fe2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)