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 | 盍礦}盍礦{^ | 1110000110110010111000011110011001111101111000011011001011100001111001100111101101011110 | e1b2e1e67de1b2e1e67b5e |
EUC-JP | 盍礦}盍礦{^ | 1110001010110100111000101110100001111101111000101011010011100010111010000111101101011110 | e2b4e2e87de2b4e2e87b5e |
UTF-8 | 盍礦}盍礦{^ | 111001111001101110001101111001111010010010100110011111011110011110011011100011011110011110100100101001100111101101011110 | e79b8de7a4a67de79b8de7a4a67b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)