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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 哭疼毬喟 | 1001101001001100111000010111010110011111011110111001101001011111 | 9a4ce1759f7b9a5f |
| EUC-JP | 哭疼毬喟 | 1101001110101101111000011101011011011101110111001101001111000000 | d3ade1d6dddcd3c0 |
| UTF-8 | 哭疼毬喟 | 111001011001001110101101111001111001011010111100111001101010111110101100111001011001011010011111 | e593ade796bce6aface5969f |
| UHC | 哭疼毬? | 11001101110101101101010011011001110011111011001100111111 | cdd6d4d9cfb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)