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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 厭??c^ | 100010010111110100111111001111110110001101011110 | 897d3f3f635e |
EUC-JP | 厭??c^ | 101100011101111000111111001111110110001101011110 | b1de3f3f635e |
UTF-8 | 厭얏콖c^ | 1110010110001110101011011110110010010110100011111110110010111101100101100110001101011110 | e58eadec968fecbd96635e |
UHC | 厭얏콖c^ | 1110011011110100101111101110011010110001100100000110001101011110 | e6f4bee6b190635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)