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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遞懃シク顫 | 1110011110101000100111001110011110111100101110001110100011111010 | e7a89ce7bcb8e8fa |
EUC-JP | 遞懃シク顫 | 11101110101010101101100011101001100011101011110010001110101110001111000011111100 | eeaad8e98ebc8eb8f0fc |
UTF-8 | 遞懃シク顫 | 111010011000000110011110111001101000011110000011111011111011110110111100111011111011110110111000111010011010000110101011 | e9819ee68783efbdbcefbdb8e9a1ab |
UHC | 遞懃??顫 | 1111010011110110110100001100010000111111001111111110111110110101 | f4f6d0c43f3fefb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)