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 | 慕崗 | 10010101111001111001101110111100 | 95e79bbc |
EUC-JP | 慕崗 | 11001010111010011101011010111110 | cae9d6be |
UTF-8 | 慕崗 | 111001101000010110010101111001011011010010010111 | e68595e5b497 |
UHC | 慕崗 | 11011001101101111100101110101011 | d9b7cbab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)