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 | 慕跋 | 10010101111001111110011011101011 | 95e7e6eb |
EUC-JP | 慕跋 | 11001010111010011110110011101101 | cae9eced |
UTF-8 | 慕跋 | 111001101000010110010101111010001011011110001011 | e68595e8b78b |
UHC | 慕跋 | 11011001101101111101101110100010 | d9b7dba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)