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 | 慕飩 | 10010101111001111110100101001010 | 95e7e94a |
EUC-JP | 慕飩 | 11001010111010011111000110101011 | cae9f1ab |
UTF-8 | 慕飩 | 111001101000010110010101111010011010001110101001 | e68595e9a3a9 |
UHC | 慕? | 110110011011011100111111 | d9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)