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 | 1110000011110110111000111011000001001111 | e0f6e3b04f |
| EUC-JP | 璋羃O | 1110000011111000111001101011001001001111 | e0f8e6b24f |
| UTF-8 | 璋羃O | 11100111100100101000101111100111101111101000001101001111 | e7928be7be834f |
| UHC | 璋?O | 11101101111100000011111101001111 | edf03f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)