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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 質霓 | 111100001100000010001110101111111110100010111101 | f0c08ebfe8bd |
EUC-JP | ?質霓 | 0011111110111100110000011111000010111111 | 3fbcc1f0bf |
UTF-8 | 質霓 | 111011101000000110111111111010001011001110101010111010011001110010010011 | ee81bfe8b3aae99c93 |
UHC | ?質霓 | 0011111111110010111101011110011111100111 | 3ff2f5e7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)