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 | 盖顔}盖顔{^ | 1110000110110011100010101110011101111101111000011011001110001010111001110111101101011110 | e1b38ae77de1b38ae77b5e |
EUC-JP | 盖顔}盖顔{^ | 1110001010110101101101001110100101111101111000101011010110110100111010010111101101011110 | e2b5b4e97de2b5b4e97b5e |
UTF-8 | 盖顔}盖顔{^ | 111001111001101110010110111010011010000110010100011111011110011110011011100101101110100110100001100101000111101101011110 | e79b96e9a1947de79b96e9a1947b5e |
UHC | 盖顔}盖顔{^ | 1100101111001100111001001101010001111101110010111100110011100100110101000111101101011110 | cbcce4d47dcbcce4d47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)