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 | 耘? | 111000111100111100111111 | e3cf3f |
EUC-JP | 耘? | 111001101101000100111111 | e6d13f |
UTF-8 | 耘렟 | 111010001000000010011000111010111010000010011111 | e88098eba09f |
UHC | 耘렟 | 11101001111111001000111010110000 | e9fc8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)