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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 酌韶室^ | 10001110110111101110100011101110100011101011101001011110 | 8edee8ee8eba5e |
| EUC-JP | 酌韶室^ | 10111100111000001111000011110000101111001011110001011110 | bce0f0f0bcbc5e |
| UTF-8 | 酌韶室^ | 11101001100001011000110011101001100111111011011011100101101011101010010001011110 | e9858ce99fb6e5aea45e |
| UHC | 酌韶室^ | 11101101110011001110000111010010111000111111100001011110 | edcce1d2e3f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)