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 | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | 軟??O | 1001001111101110001111110011111101001111 | 93ee3f3f4f |
| EUC-JP | 軟??O | 1100011011110000001111110011111101001111 | c6f03f3f4f |
| UTF-8 | 軟썽맓O | 11101000101110111001111111101100100011011011110111101011101001111001001101001111 | e8bb9fec8dbdeba7934f |
| UHC | 軟썽맓O | 11100110111000111011110111101001100100001010010101001111 | e6e3bde990a54f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)