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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 鞳碁气釵 | 1110100011100011100011001110100110011111100000111110011111011110 | e8e38ce99f83e7de |
| EUC-JP | 鞳碁气釵 | 1111000011100101101110001110101111011101111000111110111011100000 | f0e5b8ebdde3eee0 |
| UTF-8 | 鞳碁气釵 | 111010011001111010110011111001111010001010000001111001101011000010010100111010011000011110110101 | e99eb3e7a281e6b094e987b5 |
| UHC | ?碁?釵 | 001111111101000110110011001111111111001111111011 | 3fd1b33ff3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)