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 | 雄杞 | 10010111010110011001111001011000 | 97599e58 |
EUC-JP | 雄杞 | 11001101101110101101101110111001 | cdbadbb9 |
UTF-8 | 雄杞 | 111010011001101110000100111001101001110110011110 | e99b84e69d9e |
UHC | 雄杞 | 11101010101010011101000110100011 | eaa9d1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)