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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 磋貘磋貘 | 1110000111110110111001101100000011100001111101101110011011000000 | e1f6e6c0e1f6e6c0 |
EUC-JP | 磋貘磋貘 | 1110001011111000111011001100001011100010111110001110110011000010 | e2f8ecc2e2f8ecc2 |
UTF-8 | 磋貘磋貘 | 111001111010001110001011111010001011001010011000111001111010001110001011111010001011001010011000 | e7a38be8b298e7a38be8b298 |
UHC | 磋?磋? | 111100111010111100111111111100111010111100111111 | f3af3ff3af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)