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 | 磋貘磋 | 111000011111011011100110110000001110000111110110 | e1f6e6c0e1f6 |
EUC-JP | 磋貘磋 | 111000101111100011101100110000101110001011111000 | e2f8ecc2e2f8 |
UTF-8 | 磋貘磋 | 111001111010001110001011111010001011001010011000111001111010001110001011 | e7a38be8b298e7a38b |
UHC | 磋?磋 | 1111001110101111001111111111001110101111 | f3af3ff3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)