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 | ä¨è\ | 1110010010001011100010111000011010001101101010001110100001011100 | e48b8b868da8e85c |
| SJIS-WIN | ?????¨?\ | 001111110011111100111111001111110011111110000001010011100011111101011100 | 3f3f3f3f3f814e3f5c |
| EUC-JP | ä????¨è\ | 10001111101010111010001100111111001111110011111100111111101000011010111110001111101010111011001001011100 | 8faba33f3f3f3fa1af8fabb25c |
| UTF-8 | ä¨è\ | 110000111010010011000010100010111100001010001011110000101000011011000010100011011100001010101000110000111010100001011100 | c3a4c28bc28bc286c28dc2a8c3a85c |
| UHC | ?????¨?\ | 001111110011111100111111001111110011111110100001101001110011111101011100 | 3f3f3f3f3fa1a73f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)