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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蹂シエ跋 | 111001101111100010111100101101001110011011101011 | e6f8bcb4e6eb |
EUC-JP | 蹂シエ跋 | 1110110011111010100011101011110010001110101101001110110011101101 | ecfa8ebc8eb4eced |
UTF-8 | 蹂シエ跋 | 111010001011100110000010111011111011110110111100111011111011110110110100111010001011011110001011 | e8b982efbdbcefbdb4e8b78b |
UHC | 蹂??跋 | 111010111011001100111111001111111101101110100010 | ebb33f3fdba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)