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 | çSçWiçSçWiB | 1110011101010011111001110101011101101001111001110101001111100111010101110110100101000010 | e753e75769e753e7576942 |
SJIS-WIN | ?S?Wi?S?WiB | 0011111101010011001111110101011101101001001111110101001100111111010101110110100101000010 | 3f533f57693f533f576942 |
EUC-JP | çSçWiçSçWiB | 10001111101010111010111001010011100011111010101110101110010101110110100110001111101010111010111001010011100011111010101110101110010101110110100101000010 | 8fabae538fabae57698fabae538fabae576942 |
UTF-8 | çSçWiçSçWiB | 110000111010011101010011110000111010011101010111011010011100001110100111010100111100001110100111010101110110100101000010 | c3a753c3a75769c3a753c3a7576942 |
UHC | ?S?Wi?S?WiB | 0011111101010011001111110101011101101001001111110101001100111111010101110110100101000010 | 3f533f57693f533f576942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)