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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 峭鴣n}峭鴣n{^ | 10011011101101111110100111110011011011100111110110011011101101111110100111110011011011100111101101011110 | 9bb7e9f36e7d9bb7e9f36e7b5e |
EUC-JP | 峭鴣n}峭鴣n{^ | 11010110101110011111001011110101011011100111110111010110101110011111001011110101011011100111101101011110 | d6b9f2f56e7dd6b9f2f56e7b5e |
UTF-8 | 峭鴣n}峭鴣n{^ | 1110010110110011101011011110100110110100101000110110111001111101111001011011001110101101111010011011010010100011011011100111101101011110 | e5b3ade9b4a36e7de5b3ade9b4a36e7b5e |
UHC | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)