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 | 001111110011111101001111 | 3f3f4f |
SJIS-WIN | 粲猝O | 1110001011101010111000001100101001001111 | e2eae0ca4f |
EUC-JP | 粲猝O | 1110010011101100111000001100110001001111 | e4ece0cc4f |
UTF-8 | 粲猝O | 11100111101100101011001011100111100011001001110101001111 | e7b2b2e78c9d4f |
UHC | 粲猝O | 1111001111000100111100001111000101001111 | f3c4f0f14f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)