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 | 磋貽湫鴃 | 1110000111110110111001101100010010011111110101011110100111101110 | e1f6e6c49fd5e9ee |
EUC-JP | 磋貽湫鴃 | 1110001011111000111011001100011011011110110101111111001011110000 | e2f8ecc6ded7f2f0 |
UTF-8 | 磋貽湫鴃 | 111001111010001110001011111010001011001010111101111001101011100110101011111010011011010010000011 | e7a38be8b2bde6b9abe9b483 |
UHC | 磋貽湫? | 11110011101011111110110011000010111101011101001100111111 | f3afecc2f5d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)