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 | 槨癶墨逶 | 1001111011011000111000011010000010010110011011101110011110011011 | 9ed8e1a0966ee79b |
| EUC-JP | 槨癶墨逶 | 1101110011011010111000101010001011001011110011111110110111111011 | dcdae2a2cbcfedfb |
| UTF-8 | 槨癶墨逶 | 111001101010011110101000111001111001100110110110111001011010001010101000111010011000000010110110 | e6a7a8e799b6e5a2a8e980b6 |
| UHC | 槨?墨? | 110011101010101000111111110110011111100000111111 | ceaa3fd9f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)