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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 砥?蜘?^ | 10010011011101010011111110010010011101110011111101011110 | 93753f92773f5e |
| EUC-JP | 砥?蜘?^ | 11000101110101100011111111000011110110000011111101011110 | c5d63fc3d83f5e |
| UTF-8 | 砥렡蜘렲^ | 11100111101000001010010111101011101000001010000111101000100111001001100011101011101000001011001001011110 | e7a0a5eba0a1e89c98eba0b25e |
| UHC | 砥렡蜘렲^ | 111100101011001010001110101100101111001010111011100011101011111101011110 | f2b28eb2f2bb8ebf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)