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 | 知??? | 1001001001101101001111110011111100111111 | 926d3f3f3f |
EUC-JP | 知??? | 1100001111001110001111110011111100111111 | c3ce3f3f3f |
UTF-8 | 知렍뤱횓 | 111001111001111110100101111010111010000010001101111010111010010010110001111011011001101010010011 | e79fa5eba08deba4b1ed9a93 |
UHC | 知렍뤱횓 | 1111001010110001100011101010001110001111110111111100001110001110 | f2b18ea38fdfc38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)