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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 焼麩}焼麩{^ | 1000111111000100111010100110111001111101100011111100010011101010011011100111101101011110 | 8fc4ea6e7d8fc4ea6e7b5e |
EUC-JP | 焼麩}焼麩{^ | 1011111011000110111100111100111101111101101111101100011011110011110011110111101101011110 | bec6f3cf7dbec6f3cf7b5e |
UTF-8 | 焼麩}焼麩{^ | 111001111000010010111100111010011011101010101001011111011110011110000100101111001110100110111010101010010111101101011110 | e784bce9baa97de784bce9baa97b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)