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^ | 1001000111111100001111110110001101011110 | 91fc3f635e |
EUC-JP | 只?c^ | 1100001011111110001111110110001101011110 | c2fe3f635e |
UTF-8 | 只렍c^ | 1110010110001111101010101110101110100000100011010110001101011110 | e58faaeba08d635e |
UHC | 只렍c^ | 111100011111111010001110101000110110001101011110 | f1fe8ea3635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)