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^ | 1110010111111011100100011110010110001101101100110110001101011110 | e5fb91e58db3635e |
EUC-JP | 襠大叉c^ | 1110101011111101110000101110011110111010101101010110001101011110 | eafdc2e7bab5635e |
UTF-8 | 襠大叉c^ | 1110100010100101101000001110010110100100101001111110010110001111100010010110001101011110 | e8a5a0e5a4a7e58f89635e |
UHC | ?大叉c^ | 00111111110100111101111011110011101010010110001101011110 | 3fd3def3a9635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)