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 | 鳥?變 | 1001001010111001001111111001110111001100 | 92b93f9dcc |
EUC-JP | 鳥?變 | 1100010010111011001111111101101011001110 | c4bb3fdace |
UTF-8 | 鳥흙變 | 111010011011001110100101111011011001110110011001111010001010111010001010 | e9b3a5ed9d99e8ae8a |
UHC | 鳥흙變 | 111100001110100011001000111010111101110010101000 | f0e8c8ebdca8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)