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 | 蠑秘剏螽俯 | 11100101101111001001010011101001100110011000110011100101101010001001100011101011 | e5bc94e9998ce5a898eb |
EUC-JP | 蠑秘剏螽俯 | 11101010101111101100100011101011110100011110110011101010101010101101000011101101 | eabec8ebd1eceaaad0ed |
UTF-8 | 蠑秘剏螽俯 | 111010001010000010010001111001111010011110011000111001011000100110001111111010001001111010111101111001001011111110101111 | e8a091e7a798e5898fe89ebde4bfaf |
UHC | ?秘??俯 | 00111111110111011111101000111111001111111101110011110110 | 3fddfa3f3fdcf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)