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 | 11101011101010011000111111101011101010001010000001001111 | eba98feba8a04f |
| UHC | 멏먠O | 1001000101000100100100001101110101001111 | 914490dd4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)