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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | シエ昇ー | 111100101110001110111100101101001000111110111000111110001011110010110000 | f2e3bcb48fb8f8bcb0 |
EUC-JP | ?シエ昇?ー | 00111111100011101011110010001110101101001011111010111010001111111000111010110000 | 3f8ebc8eb4beba3f8eb0 |
UTF-8 | シエ昇ー | 111011101000100010011010111011111011110110111100111011111011110110110100111001101001100010000111111011101001100110011011111011111011110110110000 | ee889aefbdbcefbdb4e69887ee999befbdb0 |
UHC | ???昇?? | 00111111001111110011111111100011101100000011111100111111 | 3f3f3fe3b03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)