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^ | 100100101011100100111111001111110110001101011110 | 92b93f3f635e |
EUC-JP | 鳥??c^ | 110001001011101100111111001111110110001101011110 | c4bb3f3f635e |
UTF-8 | 鳥흗벅c^ | 1110100110110011101001011110110110011101100101111110101110110010100001010110001101011110 | e9b3a5ed9d97ebb285635e |
UHC | 鳥흗벅c^ | 1111000011101000110010001110100110111001111101110110001101011110 | f0e8c8e9b9f7635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)