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 | 10001111110011011000000101100011 | 8fcd8163 |
SJIS-WIN | ???c | 00111111001111110011111101100011 | 3f3f3f63 |
EUC-JP | ?Í?c | 001111111000111110101010101111110011111101100011 | 3f8faabf3f63 |
UTF-8 | Íc | 11000010100011111100001110001101110000101000000101100011 | c28fc38dc28163 |
UHC | ???c | 00111111001111110011111101100011 | 3f3f3f63 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)