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 | 偲自 | 100011101100001111111001101000111000111010101001 | 8ec3f9a38ea9 |
| EUC-JP | 偲?自 | 1011110011000101001111111011110010101011 | bcc53fbcab |
| UTF-8 | 偲自 | 111001011000000110110010111011101001101110111110111010001000011110101010 | e581b2ee9bbee887aa |
| UHC | ??自 | 00111111001111111110110110111011 | 3f3fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)