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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 衽マク | 111001011101000111001111101110001111011110110101 | e5d1cfb8f7b5 |
| EUC-JP | 衽マク? | 11101010110100111000111011001111100011101011100000111111 | ead38ecf8eb83f |
| UTF-8 | 衽マク | 111010001010000110111101111011111011111010001111111011111011110110111000111011101001011010011000 | e8a1bdefbe8fefbdb8ee9698 |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)