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 | 羇麹ゥ貉 | 11100011101100101000110110001101101010011110011010111001 | e3b28d8da9e6b9 |
EUC-JP | 羇麹ゥ貉 | 1110011010110100101110011110110110001110101010011110110010111011 | e6b4b9ed8ea9ecbb |
UTF-8 | 羇麹ゥ貉 | 111001111011111010000111111010011011101010111001111011111011110110101001111010001011001010001001 | e7be87e9bab9efbda9e8b289 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)