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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諧孛Ι | 111001100111111010011011011101011000001110100111 | e67e9b7583a7 |
EUC-JP | 諧孛Ι | 111010111101111111010101110101101010011010101001 | ebdfd5d6a6a9 |
UTF-8 | 諧孛Ι | 1110100010101011101001111110010110101101100110111100111010011001 | e8aba7e5ad9bce99 |
UHC | 諧?Ι | 1111101010110010001111111010010111001001 | fab23fa5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)