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 | ?K??? | 0011111101001011001111110011111100111111 | 3f4b3f3f3f |
SJIS-WIN | ?K檠ィ自 | 00111111010010111001111011111001101010001000111010101001 | 3f4b9ef9a88ea9 |
EUC-JP | 湗K檠ィ自 | 10001111110001111111101101001011110111001111101110001110101010001011110010101011 | 8fc7fb4bdcfb8ea8bcab |
UTF-8 | 湗K檠ィ自 | 11100110101110011001011101001011111001101010101010100000111011111011110110101000111010001000011110101010 | e6b9974be6aaa0efbda8e887aa |
UHC | ?K??自 | 001111110100101100111111001111111110110110111011 | 3f4b3f3fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)