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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 止?止?B | 10001110011111100011111110001110011111100011111101000010 | 8e7e3f8e7e3f42 |
EUC-JP | 止?止?B | 10111011110111110011111110111011110111110011111101000010 | bbdf3fbbdf3f42 |
UTF-8 | 止렏止렏B | 11100110101011011010001011101011101000001000111111100110101011011010001011101011101000001000111101000010 | e6ada2eba08fe6ada2eba08f42 |
UHC | 止렏止렏B | 111100101010110110001110101001011111001010101101100011101010010101000010 | f2ad8ea5f2ad8ea542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)