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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ?社d | 0011111110001110110100001000001010000100 | 3f8ed08284 |
| EUC-JP | 邕社d | 10001111111000011110110110111100110100101010001111100100 | 8fe1edbcd2a3e4 |
| UTF-8 | 邕社d | 111010011000001010010101111001111010010010111110111011111011110110000100 | e98295e7a4beefbd84 |
| UHC | 邕社d | 111010001011101111011110111001001010001111100100 | e8bbdee4a3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)