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 | 酌韵悉^ | 10001110110111101110100011101111100011101011101101011110 | 8edee8ef8ebb5e |
| EUC-JP | 酌韵悉^ | 10111100111000001111000011110001101111001011110101011110 | bce0f0f1bcbd5e |
| UTF-8 | 酌韵悉^ | 11101001100001011000110011101001100111111011010111100110100000101000100101011110 | e9858ce99fb5e682895e |
| UHC | 酌?悉^ | 111011011100110000111111111000111111101001011110 | edcc3fe3fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)