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 | 111010001010010101001111 | e8a54f |
EUC-JP | 隘O | 111100001010011101001111 | f0a74f |
UTF-8 | 隘O | 11101001100110101001100001001111 | e99a984f |
UHC | 隘O | 111001001111011001001111 | e4f64f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)