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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 蔕衄ユッ | 111001001111011011100101110001101101010110101111 | e4f6e5c6d5af |
| EUC-JP | 蔕衄ユッ | 1110100011111000111010101100100010001110110101011000111010101111 | e8f8eac88ed58eaf |
| UTF-8 | 蔕衄ユッ | 111010001001010010010101111010001010000110000100111011111011111010010101111011111011110110101111 | e89495e8a184efbe95efbdaf |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)