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 | 1111101011101111111000001101110001001111 | faefe0dc4f |
| EUC-JP | 橆玳O | 100011111100010110100111111000001101111001001111 | 8fc5a7e0de4f |
| UTF-8 | 橆玳O | 11100110101010011000011011100111100011101011001101001111 | e6a986e78eb34f |
| UHC | ?玳O | 00111111110100111110010101001111 | 3fd3e54f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)