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 | ???u^ | 0011111100111111001111110111010101011110 | 3f3f3f755e |
| SJIS-WIN | 義??u^ | 100010110110000000111111001111110111010101011110 | 8b603f3f755e |
| EUC-JP | 義??u^ | 101101011100000100111111001111110111010101011110 | b5c13f3f755e |
| UTF-8 | 義勒튐u^ | 1110011110111110101010011110111110100101100100101110110110001010100100000111010101011110 | e7bea9efa592ed8a90755e |
| UHC | 義勒튐u^ | 1110101111111001110100101111000011000110101001100111010101011110 | ebf9d2f0c6a6755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)