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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | 暸薹皎O | 10011110010000011110010101010110111000011010011101001111 | 9e41e556e1a74f |
| EUC-JP | 暸薹皎O | 11011011101000101110100110110111111000101010100101001111 | dba2e9b7e2a94f |
| UTF-8 | 暸薹皎O | 11100110100110101011100011101000100101101011100111100111100110101000111001001111 | e69ab8e896b9e79a8e4f |
| UHC | ??皎O | 0011111100111111110011101110101101001111 | 3f3fceeb4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)