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 | ê÷µÉ | 11101010111101111011010111001001 | eaf7b5c9 |
SJIS-WIN | ?÷?? | 0011111110000001100000000011111100111111 | 3f81803f3f |
EUC-JP | ê÷?É | 100011111010101110110100101000011110000000111111100011111010101010110001 | 8fabb4a1e03f8faab1 |
UTF-8 | ê÷µÉ | 1100001110101010110000111011011111000010101101011100001110001001 | c3aac3b7c2b5c389 |
UHC | ?÷?? | 0011111110100001110000000011111100111111 | 3fa1c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)