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 | 啣眸}啣眸{^ | 1001101001010001111000011100011001111101100110100101000111100001110001100111101101011110 | 9a51e1c67d9a51e1c67b5e |
EUC-JP | 啣眸}啣眸{^ | 1101001110110010111000101100100001111101110100111011001011100010110010000111101101011110 | d3b2e2c87dd3b2e2c87b5e |
UTF-8 | 啣眸}啣眸{^ | 111001011001010110100011111001111001110010111000011111011110010110010101101000111110011110011100101110000111101101011110 | e595a3e79cb87de595a3e79cb87b5e |
UHC | 啣眸}啣眸{^ | 1111100111100001110110011100001001111101111110011110000111011001110000100111101101011110 | f9e1d9c27df9e1d9c27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)