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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 蟠滓、梧撼 | 111001011011010010011111111001101010010010001100111001101001110110011110 | e5b49fe6a48ce69d9e |
| EUC-JP | 蟠滓、梧撼 | 11101010101101101101111011101000100011101010010010111000111010001101100111111110 | eab6dee88ea4b8e8d9fe |
| UTF-8 | 蟠滓、梧撼 | 111010001001111110100000111001101011101110010011111011111011110110100100111001101010001010100111111001101001001010111100 | e89fa0e6bb93efbda4e6a2a7e692bc |
| UHC | 蟠滓?梧? | 1101101011110110111011101010101100111111111001111111110000111111 | daf6eeab3fe7fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)