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 | 偲ⅵ自 | 100011101100001111111010010001011000111010101001 | 8ec3fa458ea9 |
| EUC-JP | 偲?自 | 1011110011000101001111111011110010101011 | bcc53fbcab |
| UTF-8 | 偲ⅵ自 | 111001011000000110110010111000101000010110110101111010001000011110101010 | e581b2e285b5e887aa |
| UHC | ?ⅵ自 | 0011111110100101101001101110110110111011 | 3fa5a6edbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)