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 | 釶ィ蠑ア顆 | 1110011111011111101010001110010110111100101100011110100011110111 | e7dfa8e5bcb1e8f7 |
EUC-JP | 釶ィ蠑ア顆 | 11101110111000011000111010101000111010101011111010001110101100011111000011111001 | eee18ea8eabe8eb1f0f9 |
UTF-8 | 釶ィ蠑ア顆 | 111010011000011110110110111011111011110110101000111010001010000010010001111011111011110110110001111010011010000110000110 | e987b6efbda8e8a091efbdb1e9a186 |
UHC | ????顆 | 001111110011111100111111001111111100111010101000 | 3f3f3f3fcea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)