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 | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-WIN | シェiシェiB | 1111000011101111101111001010101001101001111100001110111110111100101010100110100101000010 | f0efbcaa69f0efbcaa6942 |
EUC-JP | ?シェi?シェiB | 00111111100011101011110010001110101010100110100100111111100011101011110010001110101010100110100101000010 | 3f8ebc8eaa693f8ebc8eaa6942 |
UTF-8 | シェiシェiB | 111011101000001010101110111011111011110110111100111011111011110110101010011010011110111010000010101011101110111110111101101111001110111110111101101010100110100101000010 | ee82aeefbdbcefbdaa69ee82aeefbdbcefbdaa6942 |
UHC | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)