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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 映??c^ | 100010010110011000111111001111110110001101011110 | 89663f3f635e |
EUC-JP | 映??c^ | 101100011100011100111111001111110110001101011110 | b1c73f3f635e |
UTF-8 | 映듣뮓c^ | 1110011010011000101000001110101110010011101000111110101110101110100100110110001101011110 | e698a0eb93a3ebae93635e |
UHC | 映듣뮓c^ | 1110011110110001101101011110100010010010100111110110001101011110 | e7b1b5e8929f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)