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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 磁煜疾h | 111100011110011110001110101001011111101101010101100011101011111001101000 | f1e78ea5fb558ebe68 |
EUC-JP | ?磁煜疾h | 001111111011110010100111100011111100100111111100101111001100000001101000 | 3fbca78fc9fcbcc068 |
UTF-8 | 磁煜疾h | 11101110100001011010001011100111101000111000000111100111100001011001110011100111100101101011111001101000 | ee85a2e7a381e7859ce796be68 |
UHC | ?磁煜疾h | 0011111111101101101110001110100111110010111100101111000001101000 | 3fedb8e9f2f2f068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)