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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鳥?變^ | 100100101011100100111111100111011100110001011110 | 92b93f9dcc5e |
EUC-JP | 鳥?變^ | 110001001011101100111111110110101100111001011110 | c4bb3fdace5e |
UTF-8 | 鳥흙變^ | 11101001101100111010010111101101100111011001100111101000101011101000101001011110 | e9b3a5ed9d99e8ae8a5e |
UHC | 鳥흙變^ | 11110000111010001100100011101011110111001010100001011110 | f0e8c8ebdca85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)