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 | 襞削げ谿 | 1110010111111100100011011110110110000010101100001110011010101110 | e5fc8ded82b0e6ae |
| EUC-JP | 襞削げ谿 | 1110101011111110101110101110111110100100101100101110110010110000 | eafebaefa4b2ecb0 |
| UTF-8 | 襞削げ谿 | 111010001010010110011110111001011000100110001010111000111000000110010010111010001011000010111111 | e8a59ee5898ae38192e8b0bf |
| UHC | ?削げ谿 | 00111111110111101111101110101010101100101100110110101100 | 3fdefbaab2cdac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)