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^ | 001111111001110011100110001111110111010101011110 | 3f9ce63f755e |
| EUC-JP | ?懈?u^ | 001111111101100011101000001111110111010101011110 | 3fd8e83f755e |
| UTF-8 | 룫懈◈u^ | 1110101110100011101010111110011010000111100010001110001010010111100010000111010101011110 | eba3abe68788e29788755e |
| UHC | 룫懈◈u^ | 1000111110100010111110101010101110100010110000100111010101011110 | 8fa2faaba2c2755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)