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 | 1110001011110111111000101111101001010000 | e2f7e2fa50 |
SJIS-WIN | ?÷??P | 001111111000000110000000001111110011111101010000 | 3f81803f3f50 |
EUC-JP | â÷âúP | 100011111010101110100100101000011110000010001111101010111010010010001111101010111110001001010000 | 8faba4a1e08faba48fabe250 |
UTF-8 | â÷âúP | 110000111010001011000011101101111100001110100010110000111011101001010000 | c3a2c3b7c3a2c3ba50 |
UHC | ?÷??P | 001111111010000111000000001111110011111101010000 | 3fa1c03f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)