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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 耘洄 | 11100011110011111111101011111010 | e3cffafa |
EUC-JP | 耘洄 | 1110011011010001100011111100011110101011 | e6d18fc7ab |
UTF-8 | 耘洄 | 111010001000000010011000111001101011010010000100 | e88098e6b484 |
UHC | 耘? | 111010011111110000111111 | e9fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)