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 | 銕俯 | 11100111111011001001100011101011 | e7ec98eb |
EUC-JP | 銕俯 | 11101110111011101101000011101101 | eeeed0ed |
UTF-8 | 銕俯 | 111010011000101010010101111001001011111110101111 | e98a95e4bfaf |
UHC | ?俯 | 001111111101110011110110 | 3fdcf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)