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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鋧磁聿 | 111110111100111110001110101001011110001111100100 | fbcf8ea5e3e4 |
EUC-JP | 鋧磁聿 | 10001111111001001100101110111100101001111110011011100110 | 8fe4cbbca7e6e6 |
UTF-8 | 鋧磁聿 | 111010011000101110100111111001111010001110000001111010001000000110111111 | e98ba7e7a381e881bf |
UHC | ?磁聿 | 0011111111101101101110001110101111010011 | 3fedb8ebd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)