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 | ûWµ¥ûWµ¥^ | 111110110101011110110101101001011111101101010111101101011010010101011110 | fb57b5a5fb57b5a55e |
SJIS-WIN | ?W?¥?W?¥^ | 0011111101010111001111111000000110001111001111110101011100111111100000011000111101011110 | 3f573f818f3f573f818f5e |
EUC-JP | ûW??ûW??^ | 10001111101010111110010101010111001111110011111110001111101010111110010101010111001111110011111101011110 | 8fabe5573f3f8fabe5573f3f5e |
UTF-8 | ûWµ¥ûWµ¥^ | 110000111011101101010111110000101011010111000010101001011100001110111011010101111100001010110101110000101010010101011110 | c3bb57c2b5c2a5c3bb57c2b5c2a55e |
UHC | ?W???W??^ | 001111110101011100111111001111110011111101010111001111110011111101011110 | 3f573f3f3f573f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)