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^ | 0011111110001010100110110110001101011110 | 3f8a9b635e |
EUC-JP | 侁鴨c^ | 10001111101100001111110010110011111110110110001101011110 | 8fb0fcb3fb635e |
UTF-8 | 侁鴨c^ | 1110010010111110100000011110100110110100101010000110001101011110 | e4be81e9b4a8635e |
UHC | 侁鴨c^ | 111000111110000011100100111001010110001101011110 | e3e0e4e5635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)