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 | 1110001111110111111000111111101001010000 | e3f7e3fa50 |
SJIS-WIN | ?÷??P | 001111111000000110000000001111110011111101010000 | 3f81803f3f50 |
EUC-JP | ã÷ãúP | 100011111010101110101010101000011110000010001111101010111010101010001111101010111110001001010000 | 8fabaaa1e08fabaa8fabe250 |
UTF-8 | ã÷ãúP | 110000111010001111000011101101111100001110100011110000111011101001010000 | c3a3c3b7c3a3c3ba50 |
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)