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 | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
| SJIS-WIN | 溏眦潁鴿O | 100111111110110111100001110000111001111111110001111010011111100101001111 | 9fede1c39ff1e9f94f |
| EUC-JP | 溏眦潁鴿O | 110111101110111111100010110001011101111011110011111100101111101101001111 | deefe2c5def3f2fb4f |
| UTF-8 | 溏眦潁鴿O | 11100110101110101000111111100111100111001010011011100110101111011000000111101001101101001011111101001111 | e6ba8fe79ca6e6bd81e9b4bf4f |
| UHC | ??潁?O | 001111110011111111100111101110000011111101001111 | 3f3fe7b83f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)