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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 竣???c^ | 10001111011101100011111100111111001111110110001101011110 | 8f763f3f3f635e |
EUC-JP | 竣???c^ | 10111101110101110011111100111111001111110110001101011110 | bdd73f3f3f635e |
UTF-8 | 竣댓렰렊c^ | 1110011110101011101000111110101110001100100100111110101110100000101100001110101110100000100010100110001101011110 | e7aba3eb8c93eba0b0eba08a635e |
UHC | 竣댓렰렊c^ | 11110001111000101011010011110001100011101011110110001110101000010110001101011110 | f1e2b4f18ebd8ea1635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)