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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | シエ昇 | 1111001011100011101111001011010010001111101110001111100010111100 | f2e3bcb48fb8f8bc |
EUC-JP | ?シエ昇? | 0011111110001110101111001000111010110100101111101011101000111111 | 3f8ebc8eb4beba3f |
UTF-8 | シエ昇 | 111011101000100010011010111011111011110110111100111011111011110110110100111001101001100010000111111011101001100110011011 | ee889aefbdbcefbdb4e69887ee999b |
UHC | ???昇? | 001111110011111100111111111000111011000000111111 | 3f3f3fe3b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)