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 | ?讌謔画贖谿 | 0011111111100110101001011110011010000010100010011110011011100110110111001110011010101110 | 3fe6a5e68289e6e6dce6ae |
| EUC-JP | 淎讌謔画贖谿 | 10001111110001111101100011101100101001111110101111100010101100101110100011101100110111101110110010110000 | 8fc7d8eca7ebe2b2e8ecdeecb0 |
| UTF-8 | 淎讌謔画贖谿 | 111001101011011110001110111010001010111010001100111010001010110010010100111001111001010010111011111010001011010010010110111010001011000010111111 | e6b78ee8ae8ce8ac94e794bbe8b496e8b0bf |
| UHC | ??謔?贖谿 | 001111110011111111111001110011000011111111100001110110111100110110101100 | 3f3ff9cc3fe1dbcdac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)