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 | 1110000011001101111000101110000101001111 | e0cde2e14f |
EUC-JP | 猩粃O | 1110000011001111111001001110001101001111 | e0cfe4e34f |
UTF-8 | 猩粃O | 11100111100011001010100111100111101100101000001101001111 | e78ca9e7b2834f |
UHC | 猩粃O | 1110000011111010110111011111101101001111 | e0faddfb4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)