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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 俗惺洗 | 100100011010110110011100101101111001000011110100 | 91ad9cb790f4 |
| EUC-JP | 俗惺洗 | 110000101010111111011000101110011100000011110110 | c2afd8b9c0f6 |
| UTF-8 | 俗惺洗 | 111001001011111110010111111001101000001110111010111001101011010010010111 | e4bf97e683bae6b497 |
| UHC | 俗惺洗 | 111000011101010011100000111101101110000110101001 | e1d4e0f6e1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)