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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 磋貽゚ロ渫 | 1110000111110110111001101100010011011111110110111001111111010110 | e1f6e6c4dfdb9fd6 |
EUC-JP | 磋貽゚ロ渫 | 11100010111110001110110011000110100011101101111110001110110110111101111011011000 | e2f8ecc68edf8edbded8 |
UTF-8 | 磋貽゚ロ渫 | 111001111010001110001011111010001011001010111101111011111011111010011111111011111011111010011011111001101011100010101011 | e7a38be8b2bdefbe9fefbe9be6b8ab |
UHC | 磋貽??渫 | 1111001110101111111011001100001000111111001111111110000011011110 | f3afecc23f3fe0de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)