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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | ヤコ^ | 111100011100001011010100101110101111000111000010111101111100001001011110 | f1c2d4baf1c2f7c25e |
| EUC-JP | ?ヤコ??^ | 0011111110001110110101001000111010111010001111110011111101011110 | 3f8ed48eba3f3f5e |
| UTF-8 | ヤコ^ | 11101110100001001011110111101111101111101001010011101111101111011011101011101110100001001011110111101110100101101010010101011110 | ee84bdefbe94efbdbaee84bdee96a55e |
| UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)