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 | 001111110011111101001111 | 3f3f4f |
| SJIS-WIN | 扇?O | 10010000111011100011111101001111 | 90ee3f4f |
| EUC-JP | 扇詵O | 110000001111000010001111110111011110011101001111 | c0f08fdde74f |
| UTF-8 | 扇詵O | 11100110100010011000011111101000101010011011010101001111 | e68987e8a9b54f |
| UHC | 扇詵O | 1110000010111111111000001101001001001111 | e0bfe0d24f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)