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 | ?O | 0011111101001111 | 3f4f |
SJIS-WIN | 唸O | 100110100101100001001111 | 9a584f |
EUC-JP | 唸O | 110100111011100101001111 | d3b94f |
UTF-8 | 唸O | 11100101100101001011100001001111 | e594b84f |
UHC | ?O | 0011111101001111 | 3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)