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 | 泯旄}泯旄{^ | 1001111110100001100111011101010001111101100111111010000110011101110101000111101101011110 | 9fa19dd47d9fa19dd47b5e |
EUC-JP | 泯旄}泯旄{^ | 1101111010100011110110101101011001111101110111101010001111011010110101100111101101011110 | dea3dad67ddea3dad67b5e |
UTF-8 | 泯旄}泯旄{^ | 111001101011001110101111111001101001011110000100011111011110011010110011101011111110011010010111100001000111101101011110 | e6b3afe697847de6b3afe697847b5e |
UHC | 泯?}泯?{^ | 110110101100011000111111011111011101101011000110001111110111101101011110 | dac63f7ddac63f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)