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 | 齬跫 | 11101010100101111110011011101101 | ea97e6ed |
EUC-JP | 齬跫 | 11110011111101111110110011101111 | f3f7ecef |
UTF-8 | 齬跫 | 111010011011110110101100111010001011011110101011 | e9bdace8b7ab |
UHC | 齬? | 111001011110000100111111 | e5e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)