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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
| SJIS-WIN | 旭?E旭?EB | 100010001010111000111111010001011000100010101110001111110100010101000010 | 88ae3f4588ae3f4542 |
| EUC-JP | 旭?E旭?EB | 101100001011000000111111010001011011000010110000001111110100010101000010 | b0b03f45b0b03f4542 |
| UTF-8 | 旭렔E旭렔EB | 111001101001011110101101111010111010000010010100010001011110011010010111101011011110101110100000100101000100010101000010 | e697adeba09445e697adeba0944542 |
| UHC | 旭렔E旭렔EB | 1110100111101111100011101010100101000101111010011110111110001110101010010100010101000010 | e9ef8ea945e9ef8ea94542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)