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 | 闔俯 | 11101000100011101001100011101011 | e88e98eb |
EUC-JP | 闔俯 | 11101111111011101101000011101101 | efeed0ed |
UTF-8 | 闔俯 | 111010011001011110010100111001001011111110101111 | e99794e4bfaf |
UHC | 闔俯 | 11111001111011111101110011110110 | f9efdcf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)