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 | 11100010011011100011111101001111 | e26e3f4f |
| EUC-JP | 穗?O | 11100011110011110011111101001111 | e3cf3f4f |
| UTF-8 | 穗뷍O | 11100111101010011001011111101011101101111000110101001111 | e7a997ebb78d4f |
| UHC | 穗뷍O | 1110001010110100100101001111101001001111 | e2b494fa4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)