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^ | 00111111001111110110001101011110 | 3f3f635e |
SJIS-WIN | 訷而c^ | 111110111010010010001110101001110110001101011110 | fba48ea7635e |
EUC-JP | 訷而c^ | 10001111110111011101010010111100101010010110001101011110 | 8fddd4bca9635e |
UTF-8 | 訷而c^ | 1110100010101000101101111110100010000000100011000110001101011110 | e8a8b7e8808c635e |
UHC | ?而c^ | 0011111111101100101110110110001101011110 | 3fecbb635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)