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 | 珀瑶}珀瑶{^ | 1110000011011111111000001111010001111101111000001101111111100000111101000111101101011110 | e0dfe0f47de0dfe0f47b5e |
EUC-JP | 珀瑶}珀瑶{^ | 1110000011100001111000001111011001111101111000001110000111100000111101100111101101011110 | e0e1e0f67de0e1e0f67b5e |
UTF-8 | 珀瑶}珀瑶{^ | 111001111000111110000000111001111001000110110110011111011110011110001111100000001110011110010001101101100111101101011110 | e78f80e791b67de78f80e791b67b5e |
UHC | 珀?}珀?{^ | 110110101101011000111111011111011101101011010110001111110111101101011110 | dad63f7ddad63f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)