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 | ?????C | 001111110011111100111111001111110011111101000011 | 3f3f3f3f3f43 |
SJIS-WIN | エス汐C | 111100011111011110110100111100011000111010111101100011101010110001000011 | f1f7b4f18ebd8eac43 |
EUC-JP | ?エ?ス汐C | 001111111000111010110100001111111000111010111101101111001010111001000011 | 3f8eb43f8ebdbcae43 |
UTF-8 | エス汐C | 11101110100001011011001011101111101111011011010011101110100001001000100111101111101111011011110111100110101100011001000001000011 | ee85b2efbdb4ee8489efbdbde6b19043 |
UHC | ????汐C | 00111111001111110011111100111111111000001011000101000011 | 3f3f3f3fe0b143 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)