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 | ã÷Þ÷P | 1110001111110111110111101111011101010000 | e3f7def750 |
SJIS-WIN | ?÷?÷P | 00111111100000011000000000111111100000011000000001010000 | 3f81803f818050 |
EUC-JP | ã÷Þ÷P | 1000111110101011101010101010000111100000100011111010100110110000101000011110000001010000 | 8fabaaa1e08fa9b0a1e050 |
UTF-8 | ã÷Þ÷P | 110000111010001111000011101101111100001110011110110000111011011101010000 | c3a3c3b7c39ec3b750 |
UHC | ?÷Þ÷P | 0011111110100001110000001010100010101101101000011100000001010000 | 3fa1c0a8ada1c050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)