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 | ÷I | 10011111111101111001101101001001 | 9ff79b49 |
SJIS-WIN | ?÷?I | 0011111110000001100000000011111101001001 | 3f81803f49 |
EUC-JP | ?÷?I | 0011111110100001111000000011111101001001 | 3fa1e03f49 |
UTF-8 | ÷I | 11000010100111111100001110110111110000101001101101001001 | c29fc3b7c29b49 |
UHC | ?÷?I | 0011111110100001110000000011111101001001 | 3fa1c03f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)