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 | èø±B | 11101000111110001011000101000010 | e8f8b142 |
| SJIS-WIN | ??±B | 0011111100111111100000010111110101000010 | 3f3f817d42 |
| EUC-JP | èø±B | 100011111010101110110010100011111010100111001100101000011101111001000010 | 8fabb28fa9cca1de42 |
| UTF-8 | èø±B | 11000011101010001100001110111000110000101011000101000010 | c3a8c3b8c2b142 |
| UHC | ?ø±B | 001111111010100110101010101000011011111001000010 | 3fa9aaa1be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)