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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 跏セ荳ケh | 11100110111001101011111011100100101110001011100101101000 | e6e6bee4b8b968 |
EUC-JP | 跏セ荳ケh | 111011001110100010001110101111101110100010111010100011101011100101101000 | ece88ebee8ba8eb968 |
UTF-8 | 跏セ荳ケh | 11101000101101111000111111101111101111011011111011101000100011011011001111101111101111011011100101101000 | e8b78fefbdbee88db3efbdb968 |
UHC | 跏?荳?h | 11001010101110100011111111010100111001010011111101101000 | caba3fd4e53f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)