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 | 001111110011111101001111 | 3f3f4f |
| EUC-JP | ??O | 001111110011111101001111 | 3f3f4f |
| UTF-8 | 巢윎O | 11100101101101111010001011101100100111001000111001001111 | e5b7a2ec9c8e4f |
| UHC | 巢윎O | 1110000110110101100111111001010101001111 | e1b59f954f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)