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^ | 111110111100111010001110101001110110001101011110 | fbce8ea7635e |
EUC-JP | 鉸而c^ | 10001111111000111111001010111100101010010110001101011110 | 8fe3f2bca9635e |
UTF-8 | 鉸而c^ | 1110100110001001101110001110100010000000100011000110001101011110 | e989b8e8808c635e |
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)